jdeparser 1.0.0.Final-redhat-1

Uses of Interface
org.jboss.jdeparser.JStatement

Packages that use JStatement
org.jboss.jdeparser   
 

Uses of JStatement in org.jboss.jdeparser
 

Classes in org.jboss.jdeparser that implement JStatement
 class JAssignment
          Assignment statements, which are also expressions.
 class JBlock
          A block of Java code, which may contain statements and local declarations.
 class JCase
          Case statement
 class JConditional
          If statement, with optional else clause
 class JDoLoop
          Do loops
 class JForEach
          ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.
 class JForLoop
          For statement
 class JInvocation
          JMethod invocation
 class JLabel
          Label that can be used for continue and break.
 class JSwitch
          Switch statement
 class JSynchronized
           
 class JTryBlock
          Try statement with Catch and/or Finally clause
 class JWhileLoop
          While statement
 

Methods in org.jboss.jdeparser that return JStatement
 JStatement JBlock.directStatement(String source)
          Creates a "literal" statement directly.
 

Methods in org.jboss.jdeparser with parameters of type JStatement
 JBlock JBlock.add(JStatement s)
          Adds a statement to this block
 JFormatter JFormatter.s(JStatement s)
          Cause the JStatement to generate source for itself
 


jdeparser 1.0.0.Final-redhat-1

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