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