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 TypeMethodDescriptionvoidExporter.dumpPolyCalls(Map<AbstractInvokeExpr, SootMethod> polys) -
Uses of AbstractInvokeExpr in sootup.apk.frontend.instruction
Fields in sootup.apk.frontend.instruction declared as AbstractInvokeExprModifier and TypeFieldDescriptionprotected AbstractInvokeExprMethodInvocationInstruction.invocation -
Uses of AbstractInvokeExpr in sootup.apk.frontend.interceptors
Methods in sootup.apk.frontend.interceptors with parameters of type AbstractInvokeExprModifier and TypeMethodDescriptionprotected booleanDexTransformer.examineInvokeExpr(AbstractInvokeExpr abstractInvokeExpr, Local l) -
Uses of AbstractInvokeExpr in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type AbstractInvokeExprModifier and TypeMethodDescriptionstatic JInvokeStmtJimple.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 TypeClassDescriptionclassfinal classfinal classAn expression that invokes an interface method.final classAn expression that invokes a special method (e.g. private methods).final classAn expression that invokes a static method.final classAn expression that invokes a virtual method.Methods in sootup.core.jimple.common.expr that return AbstractInvokeExprModifier and TypeMethodDescriptionabstract @NonNull AbstractInvokeExprabstract @NonNull AbstractInvokeExprabstract @NonNull AbstractInvokeExprAbstractInstanceInvokeExpr.withMethodSignature(@NonNull 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()@NonNull Optional<AbstractInvokeExpr>JInvokeStmt.getInvokeExpr()Methods in sootup.core.jimple.common.stmt with parameters of type AbstractInvokeExprModifier and TypeMethodDescription@NonNull JInvokeStmtJInvokeStmt.withInvokeExpr(AbstractInvokeExpr invokeExpr) Constructors in sootup.core.jimple.common.stmt with parameters of type AbstractInvokeExprModifierConstructorDescriptionJInvokeStmt(@NonNull AbstractInvokeExpr invokeExpr, @NonNull StmtPositionInfo positionInfo)