| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnitPrinter.identityRef(IdentityRef r) |
void |
NormalUnitPrinter.identityRef(IdentityRef r) |
abstract void |
LabeledUnitPrinter.identityRef(IdentityRef r) |
void |
BriefUnitPrinter.identityRef(IdentityRef r) |
abstract void |
AbstractUnitPrinter.identityRef(IdentityRef r) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaughtExceptionRef |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterRef
ParameterRef objects are used by Body
objects to refer to the parameter slots on method entry. |
class |
ThisRef |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PointerStmtSwitch.caseIdentityStmt(Local dest,
IdentityRef src)
An identity statement assigning a parameter to a local.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCaughtExceptionRef |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.