Package | Description |
---|---|
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl |
Modifier and Type | Method and Description |
---|---|
AbstractStatementBuilder |
ArrayInitializationBuilder.initialize(Object... values) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBuilderImpl
StatementBuilder to create and initialize Arrays.
|
class |
ContextualStatementBuilderImpl
Implementation of the
ContextualStatementBuilder . |
class |
IfBlockBuilderImpl
StatementBuilder to generate if blocks.
|
class |
LoopBuilderImpl
StatementBuilder to generate loops.
|
class |
ObjectBuilder |
class |
StatementBuilder
The root of our fluent StatementBuilder API.
|
class |
SwitchBlockBuilderImpl
StatementBuilder to generate switch blocks.
|
class |
TryBlockBuilderImpl
StatementBuilder to generate try/catch/finally blocks.
|
Modifier and Type | Method and Description |
---|---|
AbstractStatementBuilder |
ArrayBuilderImpl.initialize(Object... values) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.