|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
|---|---|
| org.mule.devkit.model.code | Library for generating Java source code |
| Uses of Statement in org.mule.devkit.model.code |
|---|
| Classes in org.mule.devkit.model.code that implement Statement | |
|---|---|
class |
Assignment
Assignment statements, which are also expressions. |
class |
GeneratedBlock
A block of Java code, which may contain statements and local declarations. |
class |
GeneratedConditional
If statement, with optional else clause |
class |
GeneratedDoLoop
Do loops |
class |
GeneratedForEach
ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s. |
class |
GeneratedForLoop
For statement |
class |
GeneratedInvocation
Method invocation |
class |
GeneratedLabel
Label that can be used for continue and break. |
class |
GeneratedSwitch
Switch statement |
class |
GeneratedSwitchCase
Case statement |
class |
GeneratedTry
Try statement with Catch and/or Finally clause |
class |
GeneratedWhileLoop
While statement |
| Methods in org.mule.devkit.model.code that return Statement | |
|---|---|
Statement |
GeneratedBlock.directStatement(String source)
Creates a "literal" statement directly. |
| Methods in org.mule.devkit.model.code with parameters of type Statement | |
|---|---|
GeneratedBlock |
GeneratedBlock.add(Statement s)
Adds a statement to this block |
Formatter |
Formatter.s(Statement s)
Cause the Statement to generate source for itself |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||