jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser
Interface JStatement

All Known Implementing Classes:
JAssignment, JBlock, JCase, JConditional, JDoLoop, JForEach, JForLoop, JInvocation, JLabel, JSwitch, JSynchronized, 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)

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.