Package classycle.classfile
Class MethodTypeConstant
java.lang.Object
classycle.classfile.Constant
classycle.classfile.MethodTypeConstant
Constant representing a method type.
- Author:
- Franz-Josef Elmer
-
Constructor Summary
ConstructorsConstructorDescriptionMethodTypeConstant
(Constant[] pool, int descriptorIndex) Creates an instance for the specified method reference. -
Method Summary
Modifier and TypeMethodDescriptionReturns the type or method descriptor.toString()
Returns constant type and descriptor.Methods inherited from class classycle.classfile.Constant
extractConstantPool, getConstant
-
Constructor Details
-
MethodTypeConstant
Creates an instance for the specified method reference.- Parameters:
pool
- Constant pool. Needed to resolve references.
-
-
Method Details