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 TypeMethodDescriptionIdentifierFactory.getMethodSubSignature
(String name, Type returnType, Iterable<? extends Type> parameterSignatures) Gets the method sub signature.IdentifierFactory.parseMethodSubSignature
(String methodSubSignature) Parses the method sub signature.Methods in sootup.core with parameters of type MethodSubSignatureModifier and TypeMethodDescriptionIdentifierFactory.getMethodSignature
(ClassType declaringClassSignature, MethodSubSignature subSignature) Gets the method signature.boolean
IdentifierFactory.isConstructorSubSignature
(MethodSubSignature methodSubSignature) boolean
IdentifierFactory.isMainSubSignature
(MethodSubSignature methodSubSignature) boolean
IdentifierFactory.isStaticInitializerSubSignature
(MethodSubSignature methodSubSignature) -
Uses of MethodSubSignature in sootup.core.jimple.common.constant
Constructors in sootup.core.jimple.common.constant with parameters of type MethodSubSignature -
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 TypeMethodDescriptionOptional<? extends SootMethod>
AbstractClass.getMethod
(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 MethodSubSignatureConstructors in sootup.core.signatures with parameters of type MethodSubSignatureModifierConstructorDescriptionMethodSignature
(ClassType declaringClass, MethodSubSignature subSignature) Internal: Constructs a MethodSignature. -
Uses of MethodSubSignature in sootup.java.core
Fields in sootup.java.core declared as MethodSubSignatureModifier and TypeFieldDescriptionstatic final MethodSubSignature
JavaIdentifierFactory.STATIC_INITIALIZER
Methods in sootup.java.core that return MethodSubSignatureModifier and TypeMethodDescriptionJavaIdentifierFactory.getMethodSubSignature
(String name, Type returnType, Iterable<? extends Type> parameterSignatures) JavaIdentifierFactory.parseMethodSubSignature
(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 TypeMethodDescriptionJavaSootClass.getMethod
(MethodSubSignature subSignature) JavaIdentifierFactory.getMethodSignature
(ClassType declaringClassSignature, MethodSubSignature subSignature) boolean
JavaIdentifierFactory.isConstructorSubSignature
(MethodSubSignature methodSubSignature) boolean
JavaIdentifierFactory.isMainSubSignature
(MethodSubSignature methodSubSignature) boolean
JavaModuleIdentifierFactory.isMainSubSignature
(MethodSubSignature methodSubSignature) boolean
JavaIdentifierFactory.isStaticInitializerSubSignature
(MethodSubSignature methodSubSignature) -
Uses of MethodSubSignature in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return MethodSubSignatureModifier and TypeMethodDescriptionJimpleConverterUtil.getMethodSubSignature
(JimpleParser.Method_subsignatureContext ctx, org.antlr.v4.runtime.ParserRuleContext parentCtx)