Public Methods | |
Value | getExpr () |
StmtMethodPair | getStmtMethodPair () |
boolean | equals (Object o) |
int | hashCode () |
String | toString () |
Private Methods | |
ExprStmtMethodTriple (Value expr, StmtMethodPair smp) | |
Private Attributes | |
Value | expr |
StmtMethodPair | smp |
Definition at line 344 of file bofa/Analysis.java.
|
Creates a new
Definition at line 365 of file bofa/Analysis.java. |
|
Provides equality checking for two
Definition at line 400 of file bofa/Analysis.java. |
|
Returns the stored expression.
Definition at line 376 of file bofa/Analysis.java. |
|
Returns the associated
Definition at line 386 of file bofa/Analysis.java. |
|
The expression couple with the statement and method. Definition at line 350 of file bofa/Analysis.java. |
|
The object containing the enclosing statement and method. Definition at line 356 of file bofa/Analysis.java. |