-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable,org.gjt.jclasslib.structures.ClassFileEnum
public enum MethodHandleType extends Enum<MethodHandleType> implements ClassFileEnum
Lists all types of ConstantMethodHandleInfo constant pool entries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMethodHandleType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description GET_FIELDGET_STATICPUT_FIELDPUT_STATICINVOKE_VIRTUALINVOKE_STATICINVOKE_SPECIALNEW_INVOKE_SPECIALINVOKE_INTERFACE
-
Method Summary
Modifier and Type Method Description StringtoString()final MethodHandleTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<MethodHandleType>values()Returns an array containing the constants of this enum type, in the order they're declared. IntegergetTag()The bytecode tag representing the enum value. final StringgetVerbose()-
-
Method Detail
-
valueOf
final MethodHandleType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<MethodHandleType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getVerbose
final String getVerbose()
-
-
-
-