Class ConstantMemberRef

java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
org.jd.core.v1.model.classfile.constant.ConstantMemberRef

public class ConstantMemberRef extends Constant
POJO for CONSTANT_Fieldref, CONSTANT_Methodref and CONSTANT_InterfaceMethodref.
  • Field Details

    • classIndex

      protected int classIndex
    • nameAndTypeIndex

      protected int nameAndTypeIndex
  • Constructor Details

    • ConstantMemberRef

      public ConstantMemberRef(int classIndex, int nameAndTypeIndex)
  • Method Details

    • getClassIndex

      public int getClassIndex()
    • getNameAndTypeIndex

      public int getNameAndTypeIndex()