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