Public Methods | |
LockAction (Expr lockExpr, int operation, BirThread thread) | |
void | apply (Switch sw) |
boolean | canSuspend () |
Expr | getLockExpr () |
int | getOperation () |
BirThread | getThread () |
boolean | isLock () |
boolean | isLockAction (int operation) |
boolean | isNotify () |
boolean | isNotifyAll () |
boolean | isUnlock () |
boolean | isUnwait () |
boolean | isWait () |
Static Public Methods | |
int | operationCode (String methodName) |
String | operationName (int operation) |
Private Attributes | |
Expr | lockExpr |
int | operation |
BirThread | thread |
Definition at line 41 of file LockAction.java.
|
Create a lock action.
Definition at line 53 of file LockAction.java. |