Uses of Class
sootup.core.jimple.common.expr.AbstractInvokeExpr
Packages that use AbstractInvokeExpr
Package
Description
-
Uses of AbstractInvokeExpr in qilin.core.builder.callgraph
Methods in qilin.core.builder.callgraph with parameters of type AbstractInvokeExpr -
Uses of AbstractInvokeExpr in qilin.stat
Method parameters in qilin.stat with type arguments of type AbstractInvokeExprModifier and TypeMethodDescriptionvoid
Exporter.dumpPolyCalls
(Map<AbstractInvokeExpr, SootMethod> polys) -
Uses of AbstractInvokeExpr in sootup.apk.frontend.instruction
Fields in sootup.apk.frontend.instruction declared as AbstractInvokeExprModifier and TypeFieldDescriptionprotected AbstractInvokeExpr
MethodInvocationInstruction.invocation
-
Uses of AbstractInvokeExpr in sootup.apk.frontend.interceptors
Methods in sootup.apk.frontend.interceptors with parameters of type AbstractInvokeExprModifier and TypeMethodDescriptionprotected boolean
DexTransformer.examineInvokeExpr
(AbstractInvokeExpr abstractInvokeExpr, Local l) -
Uses of AbstractInvokeExpr in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type AbstractInvokeExprModifier and TypeMethodDescriptionstatic JInvokeStmt
Jimple.newInvokeStmt
(AbstractInvokeExpr op, StmtPositionInfo posInfo) Constructs a InvokeStmt(InvokeExpr) grammar chunk. -
Uses of AbstractInvokeExpr in sootup.core.jimple.common.expr
Subclasses of AbstractInvokeExpr in sootup.core.jimple.common.exprModifier and TypeClassDescriptionclass
final class
final class
An expression that invokes an interface method.final class
An expression that invokes a special method (e.g.final class
An expression that invokes a static method.final class
An expression that invokes a virtual method.Methods in sootup.core.jimple.common.expr that return AbstractInvokeExprModifier and TypeMethodDescriptionabstract AbstractInvokeExpr
abstract AbstractInvokeExpr
abstract AbstractInvokeExpr
AbstractInstanceInvokeExpr.withMethodSignature
(MethodSignature methodSignature) -
Uses of AbstractInvokeExpr in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return types with arguments of type AbstractInvokeExprModifier and TypeMethodDescriptionInvokableStmt.getInvokeExpr()
Returns the possible invoke expression in the invokable statementJAssignStmt.getInvokeExpr()
JInvokeStmt.getInvokeExpr()
Methods in sootup.core.jimple.common.stmt with parameters of type AbstractInvokeExprConstructors in sootup.core.jimple.common.stmt with parameters of type AbstractInvokeExprModifierConstructorDescriptionJInvokeStmt
(AbstractInvokeExpr invokeExpr, StmtPositionInfo positionInfo)