| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DNewInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
NewInvokeExpr |
Grimp.newNewInvokeExpr(RefType base,
SootMethodRef method,
List args)
Constructs a NewInvokeExpr(Local base, List of Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseNewInvokeExpr(NewInvokeExpr v) |
void |
AbstractGrimpValueSwitch.caseNewInvokeExpr(NewInvokeExpr e) |
void |
GrimpValueSwitch.caseNewInvokeExpr(NewInvokeExpr e) |
| Modifier and Type | Class and Description |
|---|---|
class |
GNewInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseNewInvokeExpr(NewInvokeExpr e) |
Copyright © 2020 Soot OSS. All rights reserved.