| 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.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
InstanceFieldRef |
Jimple.newInstanceFieldRef(Value base,
SootFieldRef f)
Constructs a InstanceFieldRef(Local, SootFieldRef) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefSwitch.caseInstanceFieldRef(InstanceFieldRef v) |
void |
AbstractRefSwitch.caseInstanceFieldRef(InstanceFieldRef v) |
void |
AbstractJimpleValueSwitch.caseInstanceFieldRef(InstanceFieldRef v) |
protected abstract void |
PointerStmtSwitch.caseLoadStmt(Local dest,
InstanceFieldRef src)
A statement of the form l1 = l2.f;
|
protected abstract void |
PointerStmtSwitch.caseStoreStmt(InstanceFieldRef dest,
Local src)
A statement of the form l1.f = l2;
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstanceFieldRef |
class |
JInstanceFieldRef |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseInstanceFieldRef(InstanceFieldRef ref) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.