| Package | Description |
|---|---|
| soot.grimp | |
| 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 | Interface and Description |
|---|---|
interface |
NewInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar chunk.
|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
java.util.List args) |
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value... args)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar chunk.
|
StaticInvokeExpr |
Jimple.newStaticInvokeExpr(SootMethodRef method,
Value arg1,
Value arg2)
Constructs a NewStaticInvokeExpr(ArrayType, List of Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
void |
AbstractExprSwitch.caseStaticInvokeExpr(StaticInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStaticInvokeExpr |
class |
JStaticInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseStaticInvokeExpr(StaticInvokeExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.