Package jminusminus
Class CLConstantInterfaceMethodRefInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantMemberRefInfo
jminusminus.CLConstantInterfaceMethodRefInfo
Representation of CONSTANT_InterfaceMethodref_info structure.
- 
Field SummaryFields inherited from class jminusminus.CLConstantMemberRefInfoclassIndex, nameAndTypeIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLConstantInterfaceMethodRefInfo(int classIndex, int nameAndTypeIndex) Constructs a CLConstantInterfaceMethodRefInfo object.
- 
Method SummaryMethods inherited from class jminusminus.CLConstantMemberRefInfoequals, write
- 
Constructor Details- 
CLConstantInterfaceMethodRefInfopublic CLConstantInterfaceMethodRefInfo(int classIndex, int nameAndTypeIndex) Constructs a CLConstantInterfaceMethodRefInfo object.- Parameters:
- classIndex- CONSTANT_InterfaceMethodref_info.class_index item.
- nameAndTypeIndex- CONSTANT_InterfaceMethodref_info.name_and_type_index item.
 
 
-