Public Methods | |
Stmt | getStmt () |
SootMethod | getSootMethod () |
boolean | equals (Object o) |
int | hashCode () |
String | toString () |
Private Methods | |
StmtMethodPair (Stmt s, SootMethod m) | |
Private Attributes | |
Stmt | stmt |
SootMethod | sm |
Definition at line 271 of file bofa/Analysis.java.
|
Creates a new
Definition at line 290 of file bofa/Analysis.java. |
|
Provides equality checking for two
Definition at line 325 of file bofa/Analysis.java. |
|
Provides the stored method object.
Definition at line 311 of file bofa/Analysis.java. Referenced by Analysis::getStmtMethodPair().
|
|
Provides the stored statment object.
Definition at line 301 of file bofa/Analysis.java. |
|
The method to be paired with the enclosed statement. Definition at line 282 of file bofa/Analysis.java. |
|
The statement to be paired with the containing Method. Definition at line 276 of file bofa/Analysis.java. |