Uses of Class
sootup.core.signatures.SootClassMemberSubSignature
Package
Description
-
Uses of SootClassMemberSubSignature in sootup.core.jimple.common.constant
ModifierConstructorDescriptionMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> referenceSignature, int tag, Type type) MethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> referenceSignature, MethodHandle.Kind kind, Type type) -
Uses of SootClassMemberSubSignature in sootup.core.signatures
Modifier and TypeClassDescriptionclass
Defines a sub-signature of a field, containing the field name and the type signature.class
Defines a method sub-signature, containing the method name, the parameter type signatures, and the return type signature.Modifier and TypeMethodDescriptionprotected int
SootClassMemberSubSignature.compareTo
(SootClassMemberSubSignature o) -
Uses of SootClassMemberSubSignature in sootup.java.core.language
Modifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, int tag) JavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)