| 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 |
DNewInvokeExpr |
class |
DStaticInvokeExpr |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NewInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
StaticInvokeExpr |
Grimp.newStaticInvokeExpr(SootMethodRef method,
List args)
Constructs a StaticInvokeExpr(ArrayType, List of Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GNewInvokeExpr |
class |
GStaticInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
StaticInvokeExpr |
Body.newStaticInvokeExpr(SootMethodRef method,
ASTNode location) |
StaticInvokeExpr |
Body.newStaticInvokeExpr(SootMethodRef method,
List args,
ASTNode location) |
StaticInvokeExpr |
Body.newStaticInvokeExpr(SootMethodRef method,
Value arg,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
List<? extends Value> args)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar chunk.
|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value... args) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
ExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStaticInvokeExpr |
class |
JStaticInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseStaticInvokeExpr(StaticInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseStaticInvokeExpr(StaticInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseStaticInvokeExpr(StaticInvokeExpr sie) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.