| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
GeneratedBlock.directStatement(String source)
Creates a "literal" statement directly.
|
static Statement |
ExpressionFactory.inlineComment(String comment) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedBlock |
GeneratedBlock.add(Statement s)
Adds a statement to this block
|
Formatter |
Formatter.s(Statement s)
Cause the Statement to generate source for itself
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.