org.mule.devkit.model.code
Interface Statement

All Known Implementing Classes:
Assignment, GeneratedBlock, GeneratedConditional, GeneratedDoLoop, GeneratedForEach, GeneratedForLoop, GeneratedInvocation, GeneratedLabel, GeneratedSwitch, GeneratedSwitchCase, GeneratedTry, GeneratedWhileLoop

public interface Statement

Common interface for code components that can generate uses of themselves as statements.


Method Summary
 void state(Formatter f)
           
 

Method Detail

state

void state(Formatter f)


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