| 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 |
|---|---|
NewArrayExpr |
Jimple.newNewArrayExpr(Type type,
Value size)
Constructs a NewArrayExpr(Type, Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
AbstractJimpleValueSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
AbstractExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
protected void |
PointerStmtSwitch.caseNewArrayStmt(Local dest,
NewArrayExpr e)
A newarray statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNewArrayExpr |
class |
JNewArrayExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNewArrayExpr(NewArrayExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.