Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.codegen.builder.StatementBegin

Packages that use StatementBegin
org.jboss.errai.codegen.builder   
org.jboss.errai.codegen.builder.impl   
org.jboss.errai.codegen.util   
 

Uses of StatementBegin in org.jboss.errai.codegen.builder
 

Methods in org.jboss.errai.codegen.builder that return types with arguments of type StatementBegin
 VariableDeclarationStart<StatementBegin> StatementBegin.declareVariable(Class<?> type)
           
 VariableDeclarationStart<StatementBegin> StatementBegin.declareVariable(MetaClass type)
           
 

Uses of StatementBegin in org.jboss.errai.codegen.builder.impl
 

Classes in org.jboss.errai.codegen.builder.impl that implement StatementBegin
 class StatementBuilder
          The root of our fluent StatementBuilder API.
 

Methods in org.jboss.errai.codegen.builder.impl that return StatementBegin
static StatementBegin StatementBuilder.create()
           
static StatementBegin StatementBuilder.create(Context context)
           
 

Uses of StatementBegin in org.jboss.errai.codegen.util
 

Methods in org.jboss.errai.codegen.util that return StatementBegin
static StatementBegin Stmt.create()
          Create a new statement builder.
static StatementBegin Stmt.create(Context ctx)
           
 

Methods in org.jboss.errai.codegen.util that return types with arguments of type StatementBegin
static VariableDeclarationStart<StatementBegin> Stmt.declareVariable(Class<?> type)
           
static VariableDeclarationStart<StatementBegin> Stmt.declareVariable(MetaClass type)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.