Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.callstack | |
org.jboss.errai.codegen.builder.impl |
Modifier and Type | Method and Description |
---|---|
static AssignmentOperator |
AssignmentOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentOperator[] |
AssignmentOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementEnd |
VariableReferenceContextualStatementBuilder.assignValue(AssignmentOperator operator,
Object value) |
Constructor and Description |
---|
AssignVariable(AssignmentOperator operator,
Object value) |
Modifier and Type | Field and Description |
---|---|
protected AssignmentOperator |
AssignmentBuilder.operator |
Modifier and Type | Method and Description |
---|---|
StatementEnd |
ContextualStatementBuilderImpl.assignValue(AssignmentOperator operator,
Object statement) |
Constructor and Description |
---|
AssignmentBuilder(boolean isFinal,
AssignmentOperator operator,
VariableReference reference,
Statement statement) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.