| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| soot.jimple.toolkits.base |
A toolkit to optimize the Jimple IR.
|
| soot.jimple.toolkits.typing.fast | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
InvokeStmt |
Jimple.newInvokeStmt(Value op)
Constructs a InvokeStmt(InvokeExpr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StmtSwitch.caseInvokeStmt(InvokeStmt stmt) |
void |
PointerStmtSwitch.caseInvokeStmt(InvokeStmt s) |
void |
AbstractStmtSwitch.caseInvokeStmt(InvokeStmt stmt) |
| Modifier and Type | Class and Description |
|---|---|
class |
JInvokeStmt |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExceptionChecker.checkInvoke(Body b,
InvokeStmt is) |
| Modifier and Type | Method and Description |
|---|---|
void |
UseChecker.caseInvokeStmt(InvokeStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseInvokeStmt(InvokeStmt s) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.