Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.dava | |
soot.dava.internal.javaRep | |
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 |
---|---|
abstract void |
AbstractUnitPrinter.identityRef(IdentityRef r) |
void |
BriefUnitPrinter.identityRef(IdentityRef r) |
abstract void |
LabeledUnitPrinter.identityRef(IdentityRef r) |
void |
NormalUnitPrinter.identityRef(IdentityRef r) |
void |
UnitPrinter.identityRef(IdentityRef r) |
void |
UnitPrinter.identityRef(IdentityRef r) |
void |
BriefUnitPrinter.identityRef(IdentityRef r) |
abstract void |
LabeledUnitPrinter.identityRef(IdentityRef r) |
void |
NormalUnitPrinter.identityRef(IdentityRef r) |
abstract void |
AbstractUnitPrinter.identityRef(IdentityRef r) |
Modifier and Type | Method and Description |
---|---|
void |
DavaUnitPrinter.identityRef(IdentityRef r) |
void |
DavaUnitPrinter.identityRef(IdentityRef r) |
Modifier and Type | Class and Description |
---|---|
class |
DThisRef |
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.
|
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 |