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.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
AddExpr |
Grimp.newAddExpr(Value op1,
Value op2)
Constructs a AddExpr(Expr, Expr) grammar chunk.
|
AddExpr |
Grimp.newAddExpr(Value op1,
Value op2)
Constructs a AddExpr(Expr, Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseAddExpr(AddExpr v) |
void |
GrimpExprSwitch.caseAddExpr(AddExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GAddExpr |
Modifier and Type | Method and Description |
---|---|
AddExpr |
Jimple.newAddExpr(Value op1,
Value op2)
Constructs a AddExpr(Immediate, Immediate) grammar chunk.
|
AddExpr |
Jimple.newAddExpr(Value op1,
Value op2)
Constructs a AddExpr(Immediate, Immediate) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseAddExpr(AddExpr v) |
void |
AbstractJimpleValueSwitch.caseAddExpr(AddExpr v) |
void |
ExprSwitch.caseAddExpr(AddExpr v) |
void |
AbstractJimpleValueSwitch.caseAddExpr(AddExpr v) |
void |
AbstractExprSwitch.caseAddExpr(AddExpr v) |
void |
ExprSwitch.caseAddExpr(AddExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
JAddExpr |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseAddExpr(AddExpr v) |
void |
ValueTemplatePrinter.caseAddExpr(AddExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseAddExpr(AddExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseAddExpr(AddExpr expr) |