Uses of Class
sootup.core.signatures.SootClassMemberSignature
Packages that use SootClassMemberSignature
Package
Description
-
Uses of SootClassMemberSignature in sootup.core.jimple.common.constant
Methods in sootup.core.jimple.common.constant that return SootClassMemberSignatureConstructors in sootup.core.jimple.common.constant with parameters of type SootClassMemberSignatureModifierConstructorDescriptionMethodHandle
(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
Classes in sootup.core.model with type parameters of type SootClassMemberSignatureModifier 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
Subclasses of SootClassMemberSignature in sootup.core.signaturesModifier and TypeClassDescriptionclass
Represents the fully qualified signature of a field.class
Represents the fully qualified signature of a method.Methods in sootup.core.signatures with parameters of type SootClassMemberSignatureModifier and TypeMethodDescriptionint
SootClassMemberSignature.compareTo
(SootClassMemberSignature<V> member) -
Uses of SootClassMemberSignature in sootup.java.core.language
Methods in sootup.java.core.language with parameters of type SootClassMemberSignatureModifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, int tag) JavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)