Codemodel 2.6-redhat-2

com.sun.codemodel
Interface JStatement

All Known Implementing Classes:
JAssignment, JBlock, JCase, JConditional, JDoLoop, JForEach, JForLoop, JInvocation, JLabel, JSwitch, JTryBlock, JWhileLoop

public interface JStatement

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


Method Summary
 void state(JFormatter f)
           
 

Method Detail

state

void state(JFormatter f)

Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.