Static Public Methods | |
Stmt | getStmt (String id) |
String | mapStmt (Stmt s) |
synchronized void | reset () |
Static Private Methods | |
synchronized int | obtainID () |
Static Private Attributes | |
Hashtable | mapper = new Hashtable() |
Hashtable | reverse = new Hashtable() |
int | counter = 0 |
Definition at line 45 of file DecompilerGotoMapper.java.
|
Return the statement which the id points to. If not found, returns null. Definition at line 53 of file DecompilerGotoMapper.java. |