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.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 | Class and Description |
---|---|
class |
DNewArrayExpr |
Modifier and Type | Method and Description |
---|---|
void |
ASTAnalysis.analyseNewArrayExpr(NewArrayExpr v) |
void |
ASTAnalysis.analyseNewArrayExpr(NewArrayExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.caseNewArrayExpr(NewArrayExpr nae) |
void |
AnalysisAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
AnalysisAdapter.caseNewArrayExpr(NewArrayExpr nae) |
void |
Analysis.caseNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.inNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.inNewArrayExpr(NewArrayExpr nae) |
void |
DepthFirstAdapter.outNewArrayExpr(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.
|
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) |
void |
GrimpExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GNewArrayExpr |
Modifier and Type | Method and Description |
---|---|
NewArrayExpr |
Jimple.newNewArrayExpr(Type type,
Value size)
Constructs a NewArrayExpr(Type, Immediate) grammar chunk.
|
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) |
void |
AbstractJimpleValueSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
AbstractExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
void |
ExprSwitch.caseNewArrayExpr(NewArrayExpr v) |
protected void |
PointerStmtSwitch.caseNewArrayStmt(Local dest,
NewArrayExpr e)
A newarray statement
|
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) |
void |
MethodNodeFactory.caseNewArrayExpr(NewArrayExpr nae) |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseNewArrayExpr(NewArrayExpr v) |
void |
ValueTemplatePrinter.caseNewArrayExpr(NewArrayExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNewArrayExpr(NewArrayExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseNewArrayExpr(NewArrayExpr expr) |