|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JStatement in com.sun.codemodel |
---|
Classes in com.sun.codemodel that implement JStatement | |
---|---|
class |
JAssignment
Assignment statements, which are also expressions. |
class |
JBlock
A block of Java code. |
class |
JCase
Case statement |
class |
JConditional
If statement, with optional else clause |
class |
JDoLoop
Do loops |
class |
JForLoop
For statement |
class |
JInvocation
JMethod invocation |
class |
JLabel
Label that can be used for continue and break |
class |
JSwitch
Switch statement |
class |
JTryBlock
Try statement with Catch and/or Finally clause |
class |
JWhileLoop
While statement |
Methods in com.sun.codemodel that return JStatement | |
---|---|
JStatement |
JBlock.directStatement(java.lang.String source)
Creates a "literal" statement directly. |
Methods in com.sun.codemodel 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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |