| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| 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 | Class and Description |
|---|---|
class |
DNegExpr |
| Modifier and Type | Method and Description |
|---|---|
NegExpr |
Grimp.newNegExpr(Value op)
Constructs a NegExpr(Expr, Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseNegExpr(NegExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GNegExpr |
| Modifier and Type | Method and Description |
|---|---|
NegExpr |
Jimple.newNegExpr(Value op)
Constructs a NegExpr(Immediate, Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseNegExpr(NegExpr v) |
void |
AbstractJimpleValueSwitch.caseNegExpr(NegExpr v) |
void |
ExprSwitch.caseNegExpr(NegExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNegExpr |
class |
JNegExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseNegExpr(NegExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseNegExpr(NegExpr ne) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNegExpr(NegExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.