Uses of Enum Class
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 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.Constructors in sootup.core.jimple.common.constant with parameters of type MethodHandle.KindModifierConstructorDescriptionMethodHandle
(@NonNull SootClassMemberSignature<? extends SootClassMemberSubSignature> referenceSignature, @NonNull MethodHandle.Kind kind, @NonNull 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)