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

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

Instance Constructors

  1. new CONSTANT_String_info(string_index: Constant_Pool_Index)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Constant_Type_Value: bi.ConstantPoolTags.Value
  5. 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
  6. def asConstantClass: CONSTANT_Class_info
    Definition Classes
    Constant_Pool_Entry
  7. final def asConstantModule: CONSTANT_Module_info
    Definition Classes
    Constant_Pool_Entry
  8. final def asConstantPackage: CONSTANT_Package_info
    Definition Classes
    Constant_Pool_Entry
  9. def asConstantUTF8: CONSTANT_Utf8_info
    Definition Classes
    Constant_Pool_Entry
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. 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
  12. def asString: String
    Definition Classes
    Constant_Pool_Entry → ConstantPoolEntry
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. 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
  22. val string_index: Constant_Pool_Index
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def tag: Int
    Definition Classes
    Constant_Pool_Entry
  25. def toString(implicit cp: Constant_Pool): String
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Constant_Pool_Entry

Inherited from ConstantPoolEntry

Inherited from AnyRef

Inherited from Any

Ungrouped