Class ConstantMemberRef


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

      • classIndex

        protected int classIndex
      • nameAndTypeIndex

        protected int nameAndTypeIndex
    • Constructor Detail

      • ConstantMemberRef

        public ConstantMemberRef​(int classIndex,
                                 int nameAndTypeIndex)
    • Method Detail

      • getClassIndex

        public int getClassIndex()
      • getNameAndTypeIndex

        public int getNameAndTypeIndex()