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