Packages

c

org.opalj.da

CONSTANT_Fieldref_info

case class CONSTANT_Fieldref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index) extends CONSTANT_Ref with Product with Serializable

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

Instance Constructors

  1. new CONSTANT_Fieldref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index)

Value Members

  1. def Constant_Type_Value: ConstantPoolTag
  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_RefConstant_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_Fieldref_infoConstant_Pool_Entry
  8. def asInstructionParameter(classType: Option[String])(implicit cp: Constant_Pool): NodeSeq
    Definition Classes
    CONSTANT_Ref
  9. def asString: String
  10. val class_index: Constant_Pool_Index
    Definition Classes
    CONSTANT_Fieldref_infoCONSTANT_Ref
  11. val name_and_type_index: Constant_Pool_Index
    Definition Classes
    CONSTANT_Fieldref_infoCONSTANT_Ref
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def size: Int

    Size of this constant pool entry in bytes.

    Size of this constant pool entry in bytes.

    Definition Classes
    CONSTANT_RefConstant_Pool_Entry
  14. final def tag: Int
    Definition Classes
    Constant_Pool_Entry
  15. def toString(implicit cp: Constant_Pool): String
    Definition Classes
    CONSTANT_RefConstant_Pool_Entry