Uses of Class
sootup.core.signatures.MethodSubSignature
Packages that use MethodSubSignature
Package
Description
-
Uses of MethodSubSignature in qilin.core
Methods in qilin.core with parameters of type MethodSubSignatureModifier and TypeMethodDescriptionvoid
VirtualCalls.resolve
(Type t, Type declaredType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets) void
VirtualCalls.resolve
(Type t, Type declaredType, Type sigType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets) void
VirtualCalls.resolve
(Type t, Type declaredType, Type sigType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets, boolean appOnly) VirtualCalls.resolveNonSpecial
(ClassType t, MethodSubSignature subSig) VirtualCalls.resolveNonSpecial
(ClassType t, MethodSubSignature subSig, boolean appOnly) VirtualCalls.resolveSpecial
(JSpecialInvokeExpr iie, MethodSubSignature subSig, SootMethod container) VirtualCalls.resolveSpecial
(JSpecialInvokeExpr iie, MethodSubSignature subSig, SootMethod container, boolean appOnly) -
Uses of MethodSubSignature in qilin.core.builder
Methods in qilin.core.builder with parameters of type MethodSubSignatureModifier and TypeMethodDescriptionprotected void
FakeMainFactory.EntryPoints.addMethod
(List<SootMethod> set, SootClass cls, MethodSubSignature methodSubSig) CallGraphBuilder.resolveNonSpecial
(ClassType t, MethodSubSignature subSig) -
Uses of MethodSubSignature in qilin.core.pag
Methods in qilin.core.pag that return MethodSubSignatureConstructors in qilin.core.pag with parameters of type MethodSubSignatureModifierConstructorDescriptionVirtualCallSite
(VarNode recNode, InvokableStmt stmt, ContextMethod container, AbstractInstanceInvokeExpr iie, MethodSubSignature subSig, Kind kind) -
Uses of MethodSubSignature in sootup.core
Methods in sootup.core that return MethodSubSignatureModifier and TypeMethodDescription@NonNull MethodSubSignature
IdentifierFactory.getMethodSubSignature
(@NonNull String name, @NonNull Type returnType, @NonNull Iterable<? extends Type> parameterSignatures) Gets the method sub signature.@NonNull MethodSubSignature
IdentifierFactory.parseMethodSubSignature
(@NonNull String methodSubSignature) Parses the method sub signature.Methods in sootup.core with parameters of type MethodSubSignatureModifier and TypeMethodDescription@NonNull MethodSignature
IdentifierFactory.getMethodSignature
(@NonNull ClassType declaringClassSignature, @NonNull MethodSubSignature subSignature) Gets the method signature.boolean
IdentifierFactory.isConstructorSubSignature
(@NonNull MethodSubSignature methodSubSignature) boolean
IdentifierFactory.isMainSubSignature
(@NonNull MethodSubSignature methodSubSignature) boolean
IdentifierFactory.isStaticInitializerSubSignature
(@NonNull MethodSubSignature methodSubSignature) -
Uses of MethodSubSignature in sootup.core.jimple.common.constant
Constructors in sootup.core.jimple.common.constant with parameters of type MethodSubSignatureModifierConstructorDescriptionMethodType
(@NonNull MethodSubSignature methodSubSignature, @NonNull ClassType type) -
Uses of MethodSubSignature in sootup.core.model
Methods in sootup.core.model that return MethodSubSignatureMethods in sootup.core.model with parameters of type MethodSubSignatureModifier and TypeMethodDescription@NonNull Optional<? extends SootMethod>
AbstractClass.getMethod
(@NonNull MethodSubSignature subSignature) Attempts to retrieve the method with the given subSignature. -
Uses of MethodSubSignature in sootup.core.signatures
Methods in sootup.core.signatures with parameters of type MethodSubSignatureModifier and TypeMethodDescriptionint
MethodSubSignature.compareTo
(@NonNull MethodSubSignature o) Constructors in sootup.core.signatures with parameters of type MethodSubSignatureModifierConstructorDescriptionMethodSignature
(@NonNull ClassType declaringClass, @NonNull MethodSubSignature subSignature) Internal: Constructs a MethodSignature. -
Uses of MethodSubSignature in sootup.java.core
Fields in sootup.java.core declared as MethodSubSignatureModifier and TypeFieldDescriptionstatic final @NonNull MethodSubSignature
JavaIdentifierFactory.STATIC_INITIALIZER
Methods in sootup.java.core that return MethodSubSignatureModifier and TypeMethodDescription@NonNull MethodSubSignature
JavaIdentifierFactory.getMethodSubSignature
(@NonNull String name, @NonNull Type returnType, @NonNull Iterable<? extends Type> parameterSignatures) @NonNull MethodSubSignature
JavaIdentifierFactory.parseMethodSubSignature
(@NonNull String subSignature) Parses aMethodSubSignature
either from a Soot or from a JavaDoc-like signature specification.Methods in sootup.java.core with parameters of type MethodSubSignatureModifier and TypeMethodDescription@NonNull Optional<JavaSootMethod>
JavaSootClass.getMethod
(@NonNull MethodSubSignature subSignature) @NonNull MethodSignature
JavaIdentifierFactory.getMethodSignature
(@NonNull ClassType declaringClassSignature, @NonNull MethodSubSignature subSignature) boolean
JavaIdentifierFactory.isConstructorSubSignature
(@NonNull MethodSubSignature methodSubSignature) boolean
JavaIdentifierFactory.isMainSubSignature
(@NonNull MethodSubSignature methodSubSignature) boolean
JavaModuleIdentifierFactory.isMainSubSignature
(@NonNull MethodSubSignature methodSubSignature) boolean
JavaIdentifierFactory.isStaticInitializerSubSignature
(@NonNull MethodSubSignature methodSubSignature) -
Uses of MethodSubSignature in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return MethodSubSignatureModifier and TypeMethodDescription@NonNull MethodSubSignature
JimpleConverterUtil.getMethodSubSignature
(JimpleParser.Method_subsignatureContext ctx, org.antlr.v4.runtime.ParserRuleContext parentCtx)