|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementEnd | |
---|---|
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Uses of StatementEnd in org.jboss.errai.codegen.builder |
---|
Methods in org.jboss.errai.codegen.builder that return StatementEnd | |
---|---|
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)
|
Uses of StatementEnd in org.jboss.errai.codegen.builder.impl |
---|
Classes in org.jboss.errai.codegen.builder.impl that implement StatementEnd | |
---|---|
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. |
Methods in org.jboss.errai.codegen.builder.impl that return StatementEnd | |
---|---|
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)
|
Uses of StatementEnd in org.jboss.errai.codegen.util |
---|
Methods in org.jboss.errai.codegen.util that return StatementEnd | |
---|---|
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)
|
Methods in org.jboss.errai.codegen.util that return types with arguments of type StatementEnd | |
---|---|
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)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |