Uses of Enum
sootup.core.jimple.common.constant.MethodHandle.Kind
Packages that use MethodHandle.Kind
-
Uses of MethodHandle.Kind in sootup.core.jimple.common.constant
Methods in sootup.core.jimple.common.constant that return MethodHandle.KindModifier 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.Constructors in sootup.core.jimple.common.constant with parameters of type MethodHandle.KindModifierConstructorDescriptionMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> referenceSignature, MethodHandle.Kind kind, Type type) -
Uses of MethodHandle.Kind in sootup.java.core.language
Methods in sootup.java.core.language with parameters of type MethodHandle.KindModifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)