Uses of Class
sootup.core.signatures.SootClassMemberSubSignature
Packages that use SootClassMemberSubSignature
Package
Description
-
Uses of SootClassMemberSubSignature in sootup.core.jimple.common.constant
Methods in sootup.core.jimple.common.constant that return types with arguments of type SootClassMemberSubSignatureConstructor parameters in sootup.core.jimple.common.constant with type arguments of type SootClassMemberSubSignatureModifierConstructorDescriptionMethodHandle
(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
Classes in sootup.core.signatures with type parameters of type SootClassMemberSubSignatureSubclasses of SootClassMemberSubSignature in sootup.core.signaturesModifier 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.Methods in sootup.core.signatures with parameters of type SootClassMemberSubSignatureModifier and TypeMethodDescriptionprotected int
SootClassMemberSubSignature.compareTo
(SootClassMemberSubSignature o) -
Uses of SootClassMemberSubSignature in sootup.java.core.language
Method parameters in sootup.java.core.language with type arguments of type SootClassMemberSubSignatureModifier and TypeMethodDescriptionJavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, int tag) JavaJimple.newMethodHandle
(SootClassMemberSignature<? extends SootClassMemberSubSignature> ref, MethodHandle.Kind kind)