| 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.sootify | |
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DInterfaceInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInvokeExpr |
Grimp.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a InterfaceInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GInterfaceInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInvokeExpr |
Body.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
ASTNode location) |
InterfaceInvokeExpr |
Body.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List args,
ASTNode location) |
InterfaceInvokeExpr |
Body.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method) |
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
ExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterfaceInvokeExpr |
class |
JInterfaceInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseInterfaceInvokeExpr(InterfaceInvokeExpr iie) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.