Uses of Class
org.jboss.errai.ioc.rebind.ioc.codegen.Variable

Packages that use Variable
org.jboss.errai.ioc.rebind.ioc.codegen   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.control   
 

Uses of Variable in org.jboss.errai.ioc.rebind.ioc.codegen
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen that return Variable
static Variable Variable.create(String name, Class<?> type)
           
static Variable Variable.create(String name, Class<?> type, Object initialization)
           
static Variable Variable.create(String name, MetaClass type)
           
static Variable Variable.create(String name, MetaClass type, Object initialization)
           
static Variable Variable.create(String name, Object initialization)
           
static Variable Variable.create(String name, javax.enterprise.util.TypeLiteral<?> type)
           
static Variable Variable.create(String name, javax.enterprise.util.TypeLiteral<?> type, Object initialization)
           
static Variable Variable.createClassMember(String name, MetaClass type)
           
static Variable Variable.createFinal(String name, Class<?> type)
           
static Variable Variable.createFinal(String name, Class<?> type, Object initialization)
           
static Variable Variable.createFinal(String name, MetaClass type)
           
static Variable Variable.createFinal(String name, MetaClass type, Object initialization)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen that return types with arguments of type Variable
 Collection<Variable> Context.getDeclaredVariables()
           
 Map<String,Variable> Context.getVariables()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen with parameters of type Variable
 Context Context.addVariable(Variable variable)
           
 boolean Context.isScoped(Variable variable)
           
 

Uses of Variable in org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack
 

Constructors in org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack with parameters of type Variable
DeclareVariable(Variable variable)
           
 

Uses of Variable in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl with parameters of type Variable
 ContextBuilder ContextBuilder.addVariable(Variable variable)
           
 VariableDeclarationInitializer<ContextBuilder> ContextBuilder.declareVariable(Variable var)
           
 

Uses of Variable in org.jboss.errai.ioc.rebind.ioc.codegen.control
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.control with parameters of type Variable
 void TryBlock.addCatchBlock(Variable exception)
           
 BlockStatement TryBlock.getCatchBlock(Variable exceptionVar)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.codegen.control with parameters of type Variable
ForeachLoop(Variable loopVar, String collectionExpr, Statement body)
           
 



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