| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
CastExpr |
Jimple.newCastExpr(Value op1,
Type t)
Constructs a CastExpr(Immediate, Type) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseCastExpr(CastExpr v) |
void |
AbstractJimpleValueSwitch.caseCastExpr(CastExpr v) |
void |
AbstractExprSwitch.caseCastExpr(CastExpr 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 |
UnitThrowAnalysis.ValueSwitch.caseCastExpr(CastExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.