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.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 |
DNewInvokeExpr |
class |
DStaticInvokeExpr |
Modifier and Type | Interface and Description |
---|---|
interface |
NewInvokeExpr |
Modifier and Type | Method and Description |
---|---|
StaticInvokeExpr |
Grimp.newStaticInvokeExpr(SootMethodRef method,
List args)
Constructs a StaticInvokeExpr(ArrayType, List of Expr) grammar chunk.
|
StaticInvokeExpr |
Grimp.newStaticInvokeExpr(SootMethodRef method,
List args)
Constructs a StaticInvokeExpr(ArrayType, List of Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
GrimpExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GNewInvokeExpr |
class |
GStaticInvokeExpr |
Modifier and Type | Method and Description |
---|---|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
List<? extends Value> args)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar
chunk.
|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
List<? extends Value> args)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar
chunk.
|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value... args) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value... args) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value arg) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value arg) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
ExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
ExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStaticInvokeExpr |
class |
JStaticInvokeExpr |
Modifier and Type | Method and Description |
---|---|
void |
MethodNodeFactory.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
MethodNodeFactory.caseStaticInvokeExpr(StaticInvokeExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
ValueTemplatePrinter.caseStaticInvokeExpr(StaticInvokeExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr expr) |