Uses of Class
org.teavm.model.MethodHandleType
-
Packages that use MethodHandleType Package Description org.teavm.model -
-
Uses of MethodHandleType in org.teavm.model
Methods in org.teavm.model that return MethodHandleType Modifier and Type Method Description MethodHandleTypeMethodHandle. getKind()static MethodHandleTypeMethodHandleType. valueOf(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.
-