| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| soot.jimple.spark.builder | |
| soot.sootify | |
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DVirtualInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
VirtualInvokeExpr |
Grimp.newVirtualInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a VirtualInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GVirtualInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
VirtualInvokeExpr |
Body.newVirtualInvokeExpr(Local base,
SootMethodRef method,
ASTNode location) |
VirtualInvokeExpr |
Body.newVirtualInvokeExpr(Local base,
SootMethodRef method,
List args,
ASTNode location) |
VirtualInvokeExpr |
Body.newVirtualInvokeExpr(Local base,
SootMethodRef method,
Value arg,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
VirtualInvokeExpr |
Jimple.newVirtualInvokeExpr(Local base,
SootMethodRef method) |
VirtualInvokeExpr |
Jimple.newVirtualInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewVirtualInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
VirtualInvokeExpr |
Jimple.newVirtualInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewVirtualInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
VirtualInvokeExpr |
Jimple.newVirtualInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
void |
ExprSwitch.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVirtualInvokeExpr |
class |
JVirtualInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseVirtualInvokeExpr(VirtualInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseVirtualInvokeExpr(VirtualInvokeExpr vie) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseVirtualInvokeExpr(VirtualInvokeExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.