case class CONSTANT_Dynamic_info(bootstrap_method_attr_index: Int, name_and_type_index: Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable
- Alphabetic
- By Inheritance
- CONSTANT_Dynamic_info
- Serializable
- Product
- Equals
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CONSTANT_Dynamic_info(bootstrap_method_attr_index: Int, name_and_type_index: Constant_Pool_Index)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Constant_Type_Value: ConstantPoolTag
- Definition Classes
- CONSTANT_Dynamic_info → Constant_Pool_Entry
- def asCPNode(implicit cp: Constant_Pool): Node
Creates a one-to-one representation of this constant pool entry node.
Creates a one-to-one representation of this constant pool entry node. The created representation is intended to be used to completely represent this constant pool entry.
- Definition Classes
- CONSTANT_Dynamic_info → Constant_Pool_Entry
- def asConstantClass: CONSTANT_Class_info
- Definition Classes
- Constant_Pool_Entry
- final def asConstantModule: CONSTANT_Module_info
- Definition Classes
- Constant_Pool_Entry
- final def asConstantPackage: CONSTANT_Package_info
- Definition Classes
- Constant_Pool_Entry
- def asConstantUTF8: CONSTANT_Utf8_info
- Definition Classes
- Constant_Pool_Entry
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInstructionParameter(implicit cp: Constant_Pool): NodeSeq
Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an
ldc
,get|putfield
,invokXYZ
,...).Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an
ldc
,get|putfield
,invokXYZ
,...). I.e., a representation that contains no more pointers in the CP.- Definition Classes
- CONSTANT_Dynamic_info → Constant_Pool_Entry
- def asString: String
- Definition Classes
- Constant_Pool_Entry → ConstantPoolEntry
- val bootstrap_method_attr_index: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name_and_type_index: Constant_Pool_Index
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def size: Int
Size of this constant pool entry in bytes.
Size of this constant pool entry in bytes.
- Definition Classes
- CONSTANT_Dynamic_info → Constant_Pool_Entry
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def tag: Int
- Definition Classes
- Constant_Pool_Entry
- def toString(implicit cp: Constant_Pool): String
- Definition Classes
- CONSTANT_Dynamic_info → Constant_Pool_Entry
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated