Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.flow
Class CompleteSynchronized

java.lang.Object
  extended bynet.sf.jode.flow.CompleteSynchronized

public class CompleteSynchronized
extends java.lang.Object


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

CompleteSynchronized

public CompleteSynchronized()
Method Detail

enter

public static boolean enter(SynchronizedBlock synBlock,
                            StructuredBlock last)
This combines the monitorenter into a synchronized statement.


combineObject

public static boolean combineObject(SynchronizedBlock synBlock,
                                    StructuredBlock last)
This combines the initial expression describing the object into a synchronized statement.


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.