Public Methods | |
JimpleLiteral | getLocalValue (SootMethod method, Local local) |
String | getOuput () |
JimpleLiteral | getStaticFieldValue (SootField field) |
Vector | getThreads () |
boolean | isActive (SootMethod method) |
void | print () |
Private Methods | |
JimpleStore (BirState state) | |
Private Attributes | |
Vector | variables = new Vector() |
Hashtable | values |
JimpleLiteralPrinter | printer |
String | output |
TransSystem | system |
BirState | state |
Definition at line 48 of file JimpleStore.java.
|
Get value of Jimple local variable
Definition at line 85 of file JimpleStore.java. |
|
Get output at state (this is a String containing the concatenation of all Bandera.print() statements up to this point in the trace). Definition at line 94 of file JimpleStore.java. |
|
Get value of Jimple static field
Definition at line 102 of file JimpleStore.java. |
|
Get Vector of SootMethods representing threads Definition at line 109 of file JimpleStore.java. |
|
Is thread active?
Definition at line 124 of file JimpleStore.java. |
|
Print store Definition at line 134 of file JimpleStore.java. Referenced by JimpleTrace::print().
|
|
Initial value: new Hashtable() Definition at line 51 of file JimpleStore.java. |