Uses of Class
sootup.core.jimple.common.expr.AbstractInvokeExpr
Package
Description
-
Uses of AbstractInvokeExpr in qilin.core.builder.callgraph
-
Uses of AbstractInvokeExpr in qilin.stat
Modifier and TypeMethodDescriptionvoid
Exporter.dumpPolyCalls
(Map<AbstractInvokeExpr, SootMethod> polys) -
Uses of AbstractInvokeExpr in sootup.apk.frontend.instruction
Modifier and TypeFieldDescriptionprotected AbstractInvokeExpr
MethodInvocationInstruction.invocation
-
Uses of AbstractInvokeExpr in sootup.apk.frontend.interceptors
Modifier and TypeMethodDescriptionprotected boolean
DexTransformer.examineInvokeExpr
(AbstractInvokeExpr abstractInvokeExpr, Local l) -
Uses of AbstractInvokeExpr in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JInvokeStmt
Jimple.newInvokeStmt
(AbstractInvokeExpr op, StmtPositionInfo posInfo) Constructs a InvokeStmt(InvokeExpr) grammar chunk. -
Uses of AbstractInvokeExpr in sootup.core.jimple.common.expr
Modifier 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.Modifier and TypeMethodDescriptionabstract AbstractInvokeExpr
abstract AbstractInvokeExpr
abstract AbstractInvokeExpr
AbstractInstanceInvokeExpr.withMethodSignature
(MethodSignature methodSignature) -
Uses of AbstractInvokeExpr in sootup.core.jimple.common.stmt
Modifier and TypeMethodDescriptionInvokableStmt.getInvokeExpr()
Returns the possible invoke expression in the invokable statementJAssignStmt.getInvokeExpr()
JInvokeStmt.getInvokeExpr()
ModifierConstructorDescriptionJInvokeStmt
(AbstractInvokeExpr invokeExpr, StmtPositionInfo positionInfo)