| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockBuilder
Block builder.
|
class |
IfBuilder
If statement builder.
|
class |
SwitchBuilder
Switch statement builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchBuilder.addDefault(StatementBuilderBase stmt)
Add default case to switch statement.
|
void |
SwitchBuilder.addNamedCase(String name,
StatementBuilderBase stmt)
Add case to switch statement with a named constant as the match value.
|
void |
SwitchBuilder.addNumberCase(String value,
StatementBuilderBase stmt)
Add case to switch statement with a number as the match value.
|
void |
BlockBuilder.addStatement(StatementBuilderBase stmt)
Append a constructed statement.
|
void |
IfBuilder.setElse(StatementBuilderBase stmt)
Set the "else" conditional statement.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.