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