Errai 3.0.1-SNAPSHOT

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

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

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

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

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

Methods in org.jboss.errai.codegen.builder.impl that return VariableDeclarationStart
 VariableDeclarationStart StatementBuilder.declareVariable(Class<?> type)
           
 VariableDeclarationStart StatementBuilder.declareVariable(MetaClass type)
           
 

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

Methods in org.jboss.errai.codegen.util that return VariableDeclarationStart
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.