Uses of Class
sootup.core.signatures.SootClassMemberSignature
Package
Description
-
Uses of SootClassMemberSignature 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 SootClassMemberSignature in sootup.core.model
Modifier and TypeClassDescriptionclass
SootClassMember<S extends SootClassMemberSignature>
Provides methods common to Soot objects belonging to classes, namely SootField and SootMethod. -
Uses of SootClassMemberSignature in sootup.core.signatures
Modifier and TypeClassDescriptionclass
Represents the fully qualified signature of a field.class
Represents the fully qualified signature of a method.Modifier and TypeMethodDescriptionint
SootClassMemberSignature.compareTo
(SootClassMemberSignature<V> member) -
Uses of SootClassMemberSignature in sootup.java.core.language
Modifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, int tag) JavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)