Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Modifier and Type | Method and Description |
---|---|
static VariableReference |
Variable.get(String name) |
VariableReference |
Context.getClassMember(String name)
Returns a reference to the class member
Variable with the given name. |
VariableReference |
Variable.getReference() |
VariableReference |
Context.getVariable(String name)
Returns a reference to the
Variable with the given name. |
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.from(VariableReference ref) |
Modifier and Type | Field and Description |
---|---|
protected VariableReference |
AssignmentBuilder.reference |
Constructor and Description |
---|
AssignmentBuilder(boolean isFinal,
AssignmentOperator operator,
VariableReference reference,
Statement statement) |
DeclareAssignmentBuilder(boolean isFinal,
VariableReference reference,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
static VariableReference |
Refs.get(String name) |
static VariableReference |
Refs.get(String name,
MetaClass type) |
Modifier and Type | Method and Description |
---|---|
static StatementBuilder |
Stmt.declareFinalVariable(VariableReference ref,
Object initialization) |
static StatementBuilder |
Stmt.declareVariable(VariableReference reference) |
static StatementBuilder |
Stmt.declareVariable(VariableReference ref,
Object initialization) |
static VariableReferenceContextualStatementBuilder |
Stmt.loadVariable(VariableReference reference) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.