|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.codemodel.JConditional
public class JConditional
If statement, with optional else clause
| Method Summary | |
|---|---|
JBlock |
_else()
Create a block to be executed by "else" branch |
JConditional |
_elseif(JExpression boolExp)
Creates ... |
JBlock |
_then()
Return the block to be excuted by the "then" branch |
void |
state(JFormatter f)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public JBlock _then()
public JBlock _else()
public JConditional _elseif(JExpression boolExp)
public void state(JFormatter f)
state in interface JStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||