Class ConstantMethodTypeInfo
java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodTypeInfo
- All Implemented Interfaces:
ConstantTypes
Class representing a
CONSTANT_MethodType structure.- Version:
- 1.0
-
Field Summary
FieldsFields inherited from interface ConstantTypes
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_InvokeDynamic, CONSTANT_Long, CONSTANT_MethodHandle, CONSTANT_Methodref, CONSTANT_MethodType, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConstantPoolInfo
getTag
-
Field Details
-
descriptorIndex
private int descriptorIndex
-
-
Constructor Details
-
ConstantMethodTypeInfo
public ConstantMethodTypeInfo(int descriptorIndex) Constructor.- Parameters:
descriptorIndex- The descriptor index.
-
-
Method Details
-
getDescriptorIndex
public int getDescriptorIndex() -
toString
-