| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.dava.toolkits.base.AST | |
| 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.JastAddJ | |
| 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.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DNewArrayExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTAnalysis.analyseNewArrayExpr(NewArrayExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
Analysis.caseNewArrayExpr(NewArrayExpr nae) |
void |
AnalysisAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.inNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.outNewArrayExpr(NewArrayExpr nae) |
| Modifier and Type | Method and Description |
|---|---|
NewArrayExpr |
Grimp.newNewArrayExpr(Type type,
Value size)
Constructs a NewArrayExpr(Type, Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GNewArrayExpr |
| Modifier and Type | Method and Description |
|---|---|
NewArrayExpr |
Body.newNewArrayExpr(Type type,
Value size,
ASTNode location) |
| 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 |
AbstractExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
AbstractJimpleValueSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
ExprSwitch.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 |
MethodNodeFactory.caseNewArrayExpr(NewArrayExpr nae) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseNewArrayExpr(NewArrayExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseNewArrayExpr(NewArrayExpr nae) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNewArrayExpr(NewArrayExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.