Uses of Class
sootup.core.signatures.MethodSubSignature
Package
Description
-
Uses of MethodSubSignature in qilin.core
Modifier 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
Modifier 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
ModifierConstructorDescriptionVirtualCallSite
(VarNode recNode, InvokableStmt stmt, ContextMethod container, AbstractInstanceInvokeExpr iie, MethodSubSignature subSig, Kind kind) -
Uses of MethodSubSignature in sootup.core
Modifier 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.Modifier 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
-
Uses of MethodSubSignature in sootup.core.model
Modifier and TypeMethodDescriptionOptional<? extends SootMethod>
AbstractClass.getMethod
(MethodSubSignature subSignature) Attempts to retrieve the method with the given subSignature. -
Uses of MethodSubSignature in sootup.core.signatures
ModifierConstructorDescriptionMethodSignature
(ClassType declaringClass, MethodSubSignature subSignature) Internal: Constructs a MethodSignature. -
Uses of MethodSubSignature in sootup.java.core
Modifier and TypeFieldDescriptionstatic final MethodSubSignature
JavaIdentifierFactory.STATIC_INITIALIZER
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionJimpleConverterUtil.getMethodSubSignature
(JimpleParser.Method_subsignatureContext ctx, org.antlr.v4.runtime.ParserRuleContext parentCtx)