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 MethodHandleTypeMethodHandle. _handleTypeprivate static MethodHandleType[]ClassFileReader. METHOD_HANDLE_TYPESMethods in com.strobel.assembler.metadata that return MethodHandleType Modifier and Type Method Description MethodHandleTypeMethodHandle. getHandleType()static MethodHandleTypeMethodHandleType. 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)
-