Static Public Methods | |
void | init () |
FGNodeField | select (SootField sootField) |
Static Private Methods | |
FGNodeField | get (SootField sootField) |
void | put (SootField sootField, FGNodeField node) |
void | reset () |
Static Private Attributes | |
Map | fieldMap |
Definition at line 52 of file StaticFieldManager.java.
|
Provides the FG node associated with the provided static field.
Definition at line 66 of file StaticFieldManager.java. Referenced by select().
|
|
Initializes the Manager. Definition at line 73 of file StaticFieldManager.java. |
|
Adds a static field and the associated FG node.
Definition at line 83 of file StaticFieldManager.java. Referenced by select().
|
|
Reset the data structures of the manager. Definition at line 91 of file StaticFieldManager.java. |
|
Provides the flow graph node associated with the provided static field. if none exists then a new one is created.
Definition at line 104 of file StaticFieldManager.java. |
|
A Map from static fields to the associated flow graph node. Definition at line 57 of file StaticFieldManager.java. |