Public Methods | |
LockLiteral (LockLit birLock) | |
void | apply (Switch sw) |
SootMethod | getHoldingThread () |
int | getNumWaiting () |
SootMethod | getWaitingThread (int index) |
Private Attributes | |
LockLit | birLock |
SootMethod | holdingThread |
Vector | waitingThreads = new Vector() |
Definition at line 49 of file LockLiteral.java.