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