Uses of Enum
sootup.core.jimple.common.constant.MethodHandle.Kind
-
Uses of MethodHandle.Kind in sootup.core.jimple.common.constant
Modifier and TypeMethodDescriptionMethodHandle.getKind()
static MethodHandle.Kind
MethodHandle.Kind.getKind
(int kind) static MethodHandle.Kind
static MethodHandle.Kind
Returns the enum constant of this type with the specified name.static MethodHandle.Kind[]
MethodHandle.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> referenceSignature, MethodHandle.Kind kind, Type type) -
Uses of MethodHandle.Kind in sootup.java.core.language
Modifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)