|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.thread.transaction.LockRegion
public class LockRegion
Field Summary | |
---|---|
Stmt |
after
|
Stmt |
beginning
|
List<Pair> |
earlyEnds
|
Pair |
end
|
Stmt |
entermonitor
|
Pair |
exceptionalEnd
|
Stmt |
last
|
Stmt |
prepStmt
|
Constructor Summary | |
---|---|
LockRegion()
|
|
LockRegion(LockRegion lr)
|
Method Summary | |
---|---|
protected Object |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Stmt prepStmt
public Stmt entermonitor
public Stmt beginning
public List<Pair> earlyEnds
public Pair exceptionalEnd
public Pair end
public Stmt last
public Stmt after
Constructor Detail |
---|
public LockRegion()
public LockRegion(LockRegion lr)
Method Detail |
---|
protected Object clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |