Package | Description |
---|---|
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Modifier and Type | Method and Description |
---|---|
StatementEnd |
VariableReferenceContextualStatementBuilder.assignValue(AssignmentOperator operator,
Object value) |
StatementEnd |
VariableReferenceContextualStatementBuilder.assignValue(Object value) |
StatementEnd |
StatementBegin.break_() |
StatementEnd |
StatementBegin.break_(String label) |
StatementEnd |
StatementBegin.continue_() |
StatementEnd |
StatementBegin.continue_(String label) |
StatementEnd |
StatementBegin.label(String label) |
StatementEnd |
StatementBegin.returnVoid() |
StatementEnd |
StatementBegin.throw_(Class<? extends Throwable> throwableType,
Object... parameters) |
StatementEnd |
StatementBegin.throw_(String exceptionVarName) |
StatementEnd |
WhileBuilder.while_() |
StatementEnd |
WhileBuilder.while_(BooleanExpression stmt) |
StatementEnd |
WhileBuilder.while_(BooleanOperator op,
Object rhs) |
StatementEnd |
WhileBuilder.while_(BooleanOperator op,
Statement rhs) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatementBuilder
Base class of all
StatementBuilder s |
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 |
---|---|
StatementEnd |
ContextualStatementBuilderImpl.assignValue(AssignmentOperator operator,
Object statement) |
StatementEnd |
ContextualStatementBuilderImpl.assignValue(Object statement) |
StatementEnd |
StatementBuilder.break_() |
StatementEnd |
StatementBuilder.break_(String label) |
StatementEnd |
StatementBuilder.continue_() |
StatementEnd |
StatementBuilder.continue_(String label) |
StatementEnd |
StatementBuilder.label(String label) |
StatementEnd |
ContextualStatementBuilderImpl.returnValue() |
StatementEnd |
StatementBuilder.returnVoid() |
StatementEnd |
StatementBuilder.throw_(Class<? extends Throwable> throwableType,
Object... parameters) |
StatementEnd |
StatementBuilder.throw_(String exceptionVarName) |
StatementEnd |
ObjectBuilder.withParameters(Object... parameters) |
Modifier and Type | Method and Description |
---|---|
static StatementEnd |
Stmt.break_() |
static StatementEnd |
Stmt.break_(String label) |
static StatementEnd |
Stmt.continue_() |
static StatementEnd |
Stmt.continue_(String label) |
static StatementEnd |
Stmt.label(String label) |
static StatementEnd |
Stmt.returnVoid() |
static StatementEnd |
Stmt.throw_(Class<? extends Throwable> throwableType,
Object... parameters) |
static StatementEnd |
Stmt.throw_(String exceptionVarName) |
Modifier and Type | Method and Description |
---|---|
static BlockBuilder<StatementEnd> |
Implementations.autoForLoop(String varName,
Statement value) |
static BlockBuilder<StatementEnd> |
Stmt.for_(BooleanExpression condition) |
static BlockBuilder<StatementEnd> |
Stmt.for_(Statement initializer,
BooleanExpression condition) |
static BlockBuilder<StatementEnd> |
Stmt.for_(Statement initializer,
BooleanExpression condition,
Statement countingExpression) |
static BlockBuilder<StatementEnd> |
Stmt.while_(BooleanExpression condition) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.