Package | Description |
---|---|
soot.dava.toolkits.base.AST.analysis | |
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.jimple.spark.builder | |
soot.sootify | |
soot.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.caseCastExpr(CastExpr ce) |
void |
AnalysisAdapter.caseCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.caseCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.caseCastExpr(CastExpr ce) |
void |
AnalysisAdapter.caseCastExpr(CastExpr ce) |
void |
Analysis.caseCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.inCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.inCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.outCastExpr(CastExpr ce) |
void |
DepthFirstAdapter.outCastExpr(CastExpr ce) |
Modifier and Type | Method and Description |
---|---|
CastExpr |
Grimp.newCastExpr(Value op1,
Type t)
Constructs a CastExpr(Expr, Type) grammar chunk.
|
CastExpr |
Grimp.newCastExpr(Value op1,
Type t)
Constructs a CastExpr(Expr, Type) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseCastExpr(CastExpr v) |
void |
GrimpExprSwitch.caseCastExpr(CastExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GCastExpr |
Modifier and Type | Method and Description |
---|---|
CastExpr |
Jimple.newCastExpr(Value op1,
Type t)
Constructs a CastExpr(Immediate, Type) grammar chunk.
|
CastExpr |
Jimple.newCastExpr(Value op1,
Type t)
Constructs a CastExpr(Immediate, Type) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseCastExpr(CastExpr v) |
void |
AbstractJimpleValueSwitch.caseCastExpr(CastExpr v) |
void |
ExprSwitch.caseCastExpr(CastExpr v) |
void |
AbstractJimpleValueSwitch.caseCastExpr(CastExpr v) |
void |
AbstractExprSwitch.caseCastExpr(CastExpr v) |
void |
ExprSwitch.caseCastExpr(CastExpr v) |
protected void |
PointerStmtSwitch.caseCastStmt(Local dest,
Local src,
CastExpr c)
A statement of the form l = (cl) v;
|
protected void |
PointerStmtSwitch.caseCastStmt(Local dest,
Local src,
CastExpr c)
A statement of the form l = (cl) v;
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCastExpr |
class |
JCastExpr |
Modifier and Type | Method and Description |
---|---|
void |
MethodNodeFactory.caseCastExpr(CastExpr ce) |
void |
MethodNodeFactory.caseCastExpr(CastExpr ce) |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseCastExpr(CastExpr v) |
void |
ValueTemplatePrinter.caseCastExpr(CastExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseCastExpr(CastExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseCastExpr(CastExpr expr) |