Uses of Class
com.strobel.assembler.metadata.MethodHandleType
-
Packages that use MethodHandleType Package Description com.strobel.assembler.metadata -
-
Uses of MethodHandleType in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as MethodHandleType Modifier and Type Field Description private MethodHandleType
MethodHandle. _handleType
private static MethodHandleType[]
ClassFileReader. METHOD_HANDLE_TYPES
Methods in com.strobel.assembler.metadata that return MethodHandleType Modifier and Type Method Description MethodHandleType
MethodHandle. getHandleType()
static MethodHandleType
MethodHandleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodHandleType[]
MethodHandleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.metadata with parameters of type MethodHandleType Constructor Description MethodHandle(MethodReference method, MethodHandleType handleType)
-