|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.devkit.model.code.GeneratedConditional
public class GeneratedConditional
If statement, with optional else clause
| Method Summary | |
|---|---|
GeneratedBlock |
_else()
Create a block to be executed by "else" branch |
GeneratedConditional |
_elseif(GeneratedExpression boolExp)
Creates ... |
GeneratedBlock |
_then()
Return the block to be excuted by the "then" branch |
void |
state(Formatter f)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public GeneratedBlock _then()
public GeneratedBlock _else()
public GeneratedConditional _elseif(GeneratedExpression boolExp)
public void state(Formatter f)
state in interface Statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||