Package | Description |
---|---|
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Modifier and Type | Method and Description |
---|---|
VariableDeclarationStart<StatementBegin> |
StatementBegin.declareVariable(Class<?> type) |
VariableDeclarationStart<StatementBegin> |
StatementBegin.declareVariable(MetaClass type) |
Modifier and Type | Class and Description |
---|---|
class |
StatementBuilder
The root of our fluent StatementBuilder API.
|
Modifier and Type | Method and Description |
---|---|
static StatementBegin |
StatementBuilder.create() |
static StatementBegin |
StatementBuilder.create(Context context) |
Modifier and Type | Method and Description |
---|---|
static StatementBegin |
Stmt.create()
Create a new statement builder.
|
static StatementBegin |
Stmt.create(Context ctx) |
Modifier and Type | Method and Description |
---|---|
static VariableDeclarationStart<StatementBegin> |
Stmt.declareVariable(Class<?> type) |
static VariableDeclarationStart<StatementBegin> |
Stmt.declareVariable(MetaClass type) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.