| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.dava.toolkits.base.AST.analysis | |
| soot.dava.toolkits.base.renamer | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.spark.builder | |
| soot.sootify | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DStaticFieldRef |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAdapter.caseStaticFieldRef(StaticFieldRef sfr) |
void |
Analysis.caseStaticFieldRef(StaticFieldRef sfr) |
void |
AnalysisAdapter.caseStaticFieldRef(StaticFieldRef sfr) |
void |
DepthFirstAdapter.inStaticFieldRef(StaticFieldRef sfr) |
void |
DepthFirstAdapter.outStaticFieldRef(StaticFieldRef sfr) |
| Modifier and Type | Method and Description |
|---|---|
void |
infoGatheringAnalysis.inStaticFieldRef(StaticFieldRef sfr) |
| Modifier and Type | Method and Description |
|---|---|
StaticFieldRef |
Grimp.newStaticFieldRef(SootFieldRef f)
Constructs a StaticFieldRef(SootFieldRef) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
StaticFieldRef |
Body.newStaticFieldRef(SootFieldRef f,
ASTNode location) |
| 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 |
AbstractJimpleValueSwitch.caseStaticFieldRef(StaticFieldRef v) |
void |
AbstractRefSwitch.caseStaticFieldRef(StaticFieldRef v) |
void |
RefSwitch.caseStaticFieldRef(StaticFieldRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseStaticFieldRef(StaticFieldRef sfr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseStaticFieldRef(StaticFieldRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseStaticFieldRef(StaticFieldRef ref) |
Copyright © 2020 Soot OSS. All rights reserved.