trait CONSTANT_Ref extends Constant_Pool_Entry
- Alphabetic
- By Inheritance
- CONSTANT_Ref
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def Constant_Type_Value: bi.ConstantPoolTags.Value
- Definition Classes
- Constant_Pool_Entry
- abstract 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_Pool_Entry
- abstract val class_index: Constant_Pool_Index
- abstract val name_and_type_index: Constant_Pool_Index
Concrete 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 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_Ref → 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(classType: Option[String])(implicit cp: Constant_Pool): NodeSeq
- def asString: String
- Definition Classes
- Constant_Pool_Entry → ConstantPoolEntry
- 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
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def size: Int
Size of this constant pool entry in bytes.
Size of this constant pool entry in bytes.
- Definition Classes
- CONSTANT_Ref → 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_Ref → Constant_Pool_Entry
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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