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. 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: ConstantPoolTag
  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_RefConstant_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_Fieldref_infoConstant_Pool_Entry
  12. def asInstructionParameter(classType: Option[String])(implicit cp: Constant_Pool): NodeSeq
    Definition Classes
    CONSTANT_Ref
  13. def asString: String
  14. val class_index: Constant_Pool_Index
    Definition Classes
    CONSTANT_Fieldref_infoCONSTANT_Ref
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name_and_type_index: Constant_Pool_Index
    Definition Classes
    CONSTANT_Fieldref_infoCONSTANT_Ref
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. 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
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def tag: Int
    Definition Classes
    Constant_Pool_Entry
  27. def toString(implicit cp: Constant_Pool): String
    Definition Classes
    CONSTANT_RefConstant_Pool_Entry
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CONSTANT_Ref

Inherited from Constant_Pool_Entry

Inherited from ConstantPoolEntry

Inherited from AnyRef

Inherited from Any

Ungrouped