| Package | Description |
|---|---|
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
| 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 | Method and Description |
|---|---|
GtExpr |
Grimp.newGtExpr(Value op1,
Value op2)
Constructs a GtExpr(Expr, Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseGtExpr(GtExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GGtExpr |
| Modifier and Type | Method and Description |
|---|---|
GtExpr |
Jimple.newGtExpr(Value op1,
Value op2)
Constructs a GtExpr(Immediate, Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseGtExpr(GtExpr v) |
void |
AbstractJimpleValueSwitch.caseGtExpr(GtExpr v) |
void |
ExprSwitch.caseGtExpr(GtExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
JGtExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseGtExpr(GtExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseGtExpr(GtExpr ge) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseGtExpr(GtExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.