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