case class CONSTANT_String_info(string_index: Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable
- Alphabetic
- By Inheritance
- CONSTANT_String_info
- Serializable
- Product
- Equals
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CONSTANT_String_info(string_index: Constant_Pool_Index)
Value Members
- def Constant_Type_Value: bi.ConstantPoolTags.Value
- Definition Classes
- CONSTANT_String_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_String_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
- 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_String_info → Constant_Pool_Entry
- def asString: String
- Definition Classes
- Constant_Pool_Entry → ConstantPoolEntry
- 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_String_info → Constant_Pool_Entry
- val string_index: Constant_Pool_Index
- final def tag: Int
- Definition Classes
- Constant_Pool_Entry
- def toString(implicit cp: Constant_Pool): String
- Definition Classes
- CONSTANT_String_info → Constant_Pool_Entry