| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
StaticFieldRef |
Jimple.newStaticFieldRef(SootFieldRef f)
Constructs a StaticFieldRef(SootFieldRef) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PointerStmtSwitch.caseGlobalLoadStmt(Local dest,
StaticFieldRef src)
A statement of the form l = cl.f;
|
protected abstract void |
PointerStmtSwitch.caseGlobalStoreStmt(StaticFieldRef dest,
Local src)
A statement of the form cl.f = l;
|
void |
RefSwitch.caseStaticFieldRef(StaticFieldRef v) |
void |
AbstractRefSwitch.caseStaticFieldRef(StaticFieldRef v) |
void |
AbstractJimpleValueSwitch.caseStaticFieldRef(StaticFieldRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseStaticFieldRef(StaticFieldRef ref) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.