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