| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedLabel |
GeneratedBlock.label(String name)
Create a label, which can be referenced from
continue and break statements. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBlock._break(GeneratedLabel label) |
void |
GeneratedBlock._continue(GeneratedLabel label)
Create a continue statement and add it to this block
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.