Public Methods | |
Stmt | getBeginSynchroStmt () |
Annotation | getCatchAnn () |
Stmt | getEndSynchroStmt () |
EnterMonitorStmt | getEnterMonitor () |
Stmt | getExitMonitorInException () |
List | getExitMonitors () |
Value | getLock () |
Annotation | getSynchroBodyAnn () |
void | setBeginSynchroStmt (Stmt s) |
void | setCatchAnn (Annotation catAnn) |
void | setEndSynchroStmt (Stmt s) |
void | setEnterMonitor (EnterMonitorStmt s) |
void | setExitMonitorInException (Stmt s) |
void | setExitMonitors (Enumeration s) |
void | setLock (Value v) |
void | setSynchroBodyAnn (Annotation synAnn) |
String | toString () |
Private Attributes | |
Value | lock |
EnterMonitorStmt | enterMonitor |
List | exitMonitors |
Stmt | endSynchroStmt |
Stmt | exitMonitorInException |
Stmt | beginSynchroStmt |
Annotation | synchroBodyAnn |
Annotation | catchAnn |
entermonitor
and exitmonitor
in Jimple.
Definition at line 48 of file MonitorPair.java.
|
A list of ExitMonitorStmt. Definition at line 58 of file MonitorPair.java. |
|
The lock of this monitor pair. Definition at line 53 of file MonitorPair.java. |