Uses of Enum Class
pascal.taie.ir.exp.MethodHandle.Kind
Packages that use MethodHandle.Kind
-
Uses of MethodHandle.Kind in pascal.taie.ir.exp
Methods in pascal.taie.ir.exp that return MethodHandle.KindModifier and TypeMethodDescriptionstatic MethodHandle.Kind
MethodHandle.Kind.get
(int kind) MethodHandle.getKind()
static MethodHandle.Kind
Returns the enum constant of this class with the specified name.static MethodHandle.Kind[]
MethodHandle.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pascal.taie.ir.exp with parameters of type MethodHandle.KindModifier and TypeMethodDescriptionstatic MethodHandle
MethodHandle.get
(MethodHandle.Kind kind, MemberRef memberRef)