Class ConstantMemberRef
java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
org.jd.core.v1.model.classfile.constant.ConstantMemberRef
POJO for CONSTANT_Fieldref, CONSTANT_Methodref and CONSTANT_InterfaceMethodref.
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.classfile.constant.Constant
CONSTANT_Class, CONSTANT_Double, CONSTANT_FieldRef, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodRef, CONSTANT_InvokeDynamic, CONSTANT_Long, CONSTANT_MemberRef, CONSTANT_MethodHandle, CONSTANT_MethodRef, CONSTANT_MethodType, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Unknown, CONSTANT_Utf8, tag
-
Constructor Summary
Constructors -
Method Summary
-
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()
-