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

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

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

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

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

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

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

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



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.