Class ConstBasicMemberRef

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ConstBasic
com.sun.jdo.api.persistence.enhancer.classfile.ConstBasicMemberRef
All Implemented Interfaces:
VMConstants
Direct Known Subclasses:
ConstFieldRef, ConstInterfaceMethodRef, ConstMethodRef

public abstract class ConstBasicMemberRef extends ConstBasic
The abstract base class used to represent the various type of references to members (fields/methods) within the constant pool.
  • Field Details

    • theClassName

      protected ConstClass theClassName
    • theClassNameIndex

      protected int theClassNameIndex
    • theNameAndType

      protected ConstNameAndType theNameAndType
    • theNameAndTypeIndex

      protected int theNameAndTypeIndex
  • Method Details

    • className

      public ConstClass className()
      Return the name of the class defining the member
    • nameAndType

      public ConstNameAndType nameAndType()
      Return the name and type of the member
    • toString

      public String toString()
      Overrides:
      toString in class Object