org.mule.devkit.model.code
Class GeneratedForLoop

java.lang.Object
  extended by org.mule.devkit.model.code.GeneratedForLoop
All Implemented Interfaces:
Statement

public class GeneratedForLoop
extends Object
implements Statement

For statement


Constructor Summary
GeneratedForLoop()
           
 
Method Summary
 GeneratedBlock body()
           
 void init(GeneratedVariable v, GeneratedExpression e)
           
 GeneratedVariable init(int mods, Type type, String var, GeneratedExpression e)
           
 GeneratedVariable init(Type type, String var, GeneratedExpression e)
           
 void state(Formatter f)
           
 void test(GeneratedExpression e)
           
 void update(GeneratedExpression e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratedForLoop

public GeneratedForLoop()
Method Detail

init

public GeneratedVariable init(int mods,
                              Type type,
                              String var,
                              GeneratedExpression e)

init

public GeneratedVariable init(Type type,
                              String var,
                              GeneratedExpression e)

init

public void init(GeneratedVariable v,
                 GeneratedExpression e)

test

public void test(GeneratedExpression e)

update

public void update(GeneratedExpression e)

body

public GeneratedBlock body()

state

public void state(Formatter f)
Specified by:
state in interface Statement


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.