| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedBlock |
GeneratedConditional._else()
Create a block to be executed by "else" branch
|
GeneratedBlock |
GeneratedTry._finally() |
GeneratedBlock |
GeneratedConditional._then()
Return the block to be excuted by the "then" branch
|
GeneratedBlock |
GeneratedBlock.add(Statement s)
Adds a statement to this block
|
GeneratedBlock |
GeneratedBlock.assign(AssignmentTarget lhs,
GeneratedExpression exp)
Creates an assignment statement and adds it to this block.
|
GeneratedBlock |
GeneratedBlock.assignPlus(AssignmentTarget lhs,
GeneratedExpression exp) |
GeneratedBlock |
GeneratedBlock.block()
Create a sub-block and add it to this block
|
GeneratedBlock |
GeneratedWhileLoop.body() |
GeneratedBlock |
GeneratedTry.body() |
GeneratedBlock |
GeneratedSwitchCase.body() |
GeneratedBlock |
GeneratedMethod.body()
Get the block that makes up body of this method
|
GeneratedBlock |
GeneratedForLoop.body() |
GeneratedBlock |
GeneratedForEach.body() |
GeneratedBlock |
GeneratedDoLoop.body() |
GeneratedBlock |
GeneratedCatchBlock.body() |
GeneratedBlock |
GeneratedClass.init()
Creates, if necessary, and returns the static initializer
for this class.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.