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