|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jode.flow.CompleteSynchronized
Constructor Summary | |
CompleteSynchronized()
|
Method Summary | |
static boolean |
combineObject(SynchronizedBlock synBlock,
StructuredBlock last)
This combines the initial expression describing the object into a synchronized statement. |
static boolean |
enter(SynchronizedBlock synBlock,
StructuredBlock last)
This combines the monitorenter into a synchronized statement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompleteSynchronized()
Method Detail |
public static boolean enter(SynchronizedBlock synBlock, StructuredBlock last)
public static boolean combineObject(SynchronizedBlock synBlock, StructuredBlock last)
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |