| 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 |
|---|---|
NewExpr |
Jimple.newNewExpr(RefType type)
Constructs a NewExpr(RefType) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseNewExpr(NewExpr v) |
void |
AbstractJimpleValueSwitch.caseNewExpr(NewExpr v) |
void |
AbstractExprSwitch.caseNewExpr(NewExpr v) |
protected void |
PointerStmtSwitch.caseNewStmt(Local dest,
NewExpr e)
A new statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNewExpr |
class |
JNewExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNewExpr(NewExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.