org.mule.devkit.model.code
Class GeneratedWhileLoop

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

public class GeneratedWhileLoop
extends Object
implements Statement

While statement


Method Summary
 GeneratedBlock body()
           
 void state(Formatter f)
           
 GeneratedExpression test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

test

public GeneratedExpression test()

body

public GeneratedBlock body()

state

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


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.