Public Methods | |
Lock (Ref ref, String className) | |
boolean | equals (Object lock) |
String | getClassName () |
Ref | getRef () |
int | hashCode () |
void | print () |
Lock (boolean waiting, boolean reentrant) | |
void | apply (TypeSwitch sw, Object o) |
boolean | isKind (int kind) |
boolean | isReentrant () |
boolean | isWaiting () |
void | setWaiting (boolean waiting) |
String | toString () |
Private Attributes | |
Ref | ref |
String | className |
boolean | waiting |
boolean | reentrant |
Definition at line 9 of file lib/jpf/gov/nasa/arc/ase/jpf/jvm/runtime/Lock.java.
|
Construct a lock type.
Definition at line 55 of file src/edu/ksu/cis/bandera/bir/Lock.java. |
|
Reimplemented from Type. Definition at line 19 of file lib/jpf/gov/nasa/arc/ase/jpf/jvm/runtime/Lock.java. |
|
Reimplemented from Type. Definition at line 69 of file src/edu/ksu/cis/bandera/bir/Lock.java. |