Packages

c

org.opalj.da

CONSTANT_String_info

case class CONSTANT_String_info(string_index: Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

Source
CONSTANT_String_info.scala
Linear Supertypes
Serializable, Product, Equals, Constant_Pool_Entry, ConstantPoolEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CONSTANT_String_info
  2. Serializable
  3. Product
  4. Equals
  5. Constant_Pool_Entry
  6. ConstantPoolEntry
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CONSTANT_String_info(string_index: Constant_Pool_Index)

Value Members

  1. def Constant_Type_Value: bi.ConstantPoolTags.Value
  2. 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_infoConstant_Pool_Entry
  3. def asConstantClass: CONSTANT_Class_info
    Definition Classes
    Constant_Pool_Entry
  4. final def asConstantModule: CONSTANT_Module_info
    Definition Classes
    Constant_Pool_Entry
  5. final def asConstantPackage: CONSTANT_Package_info
    Definition Classes
    Constant_Pool_Entry
  6. def asConstantUTF8: CONSTANT_Utf8_info
    Definition Classes
    Constant_Pool_Entry
  7. 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_infoConstant_Pool_Entry
  8. def asString: String
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. final def size: Int

    Size of this constant pool entry in bytes.

    Size of this constant pool entry in bytes.

    Definition Classes
    CONSTANT_String_infoConstant_Pool_Entry
  11. val string_index: Constant_Pool_Index
  12. final def tag: Int
    Definition Classes
    Constant_Pool_Entry
  13. def toString(implicit cp: Constant_Pool): String