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 |
---|---|
MulExpr |
Grimp.newMulExpr(Value op1,
Value op2)
Constructs a MulExpr(Expr, Expr) grammar chunk.
|
MulExpr |
Grimp.newMulExpr(Value op1,
Value op2)
Constructs a MulExpr(Expr, Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseMulExpr(MulExpr v) |
void |
GrimpExprSwitch.caseMulExpr(MulExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GMulExpr |
Modifier and Type | Method and Description |
---|---|
MulExpr |
Jimple.newMulExpr(Value op1,
Value op2)
Constructs a MulExpr(Immediate, Immediate) grammar chunk.
|
MulExpr |
Jimple.newMulExpr(Value op1,
Value op2)
Constructs a MulExpr(Immediate, Immediate) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseMulExpr(MulExpr v) |
void |
AbstractJimpleValueSwitch.caseMulExpr(MulExpr v) |
void |
ExprSwitch.caseMulExpr(MulExpr v) |
void |
AbstractJimpleValueSwitch.caseMulExpr(MulExpr v) |
void |
AbstractExprSwitch.caseMulExpr(MulExpr v) |
void |
ExprSwitch.caseMulExpr(MulExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
JMulExpr |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseMulExpr(MulExpr v) |
void |
ValueTemplatePrinter.caseMulExpr(MulExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseMulExpr(MulExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseMulExpr(MulExpr expr) |