| 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 |
|---|---|
EqExpr |
Grimp.newEqExpr(Value op1,
Value op2)
Constructs a EqExpr(Expr, Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseEqExpr(EqExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GEqExpr |
| Modifier and Type | Method and Description |
|---|---|
EqExpr |
Jimple.newEqExpr(Value op1,
Value op2)
Constructs a EqExpr(Immediate, Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseEqExpr(EqExpr v) |
void |
AbstractJimpleValueSwitch.caseEqExpr(EqExpr v) |
void |
ExprSwitch.caseEqExpr(EqExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
JEqExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseEqExpr(EqExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseEqExpr(EqExpr ee) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseEqExpr(EqExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.