Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.flow
Class CreateForInitializer

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

public class CreateForInitializer
extends java.lang.Object


Constructor Summary
CreateForInitializer()
           
 
Method Summary
static boolean transform(LoopBlock forBlock, StructuredBlock last)
          This combines an variable initializer into a for statement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateForInitializer

public CreateForInitializer()
Method Detail

transform

public static boolean transform(LoopBlock forBlock,
                                StructuredBlock last)
This combines an variable initializer into a for statement

Parameters:
forBlock - the for block
last - the lastModified of the flow block.

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.