Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

MonitorPair Class Reference

List of all members.

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

Detailed Description

This class is for information of monitor pair, i.e., entermonitor and exitmonitor in Jimple.

Definition at line 48 of file MonitorPair.java.


Member Data Documentation

List MonitorPair::exitMonitors [private]
 

A list of ExitMonitorStmt.

Definition at line 58 of file MonitorPair.java.

Value MonitorPair::lock [private]
 

The lock of this monitor pair.

Definition at line 53 of file MonitorPair.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:20:19 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001