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

Packages that use VariableReference
org.jboss.errai.ioc.rebind.ioc.codegen   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.util   
 

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

Methods in org.jboss.errai.ioc.rebind.ioc.codegen that return VariableReference
static VariableReference Variable.get(String name)
           
 VariableReference Context.getClassMember(String name)
           
 VariableReference Variable.getReference()
           
 VariableReference Context.getVariable(String name)
           
 

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

Fields in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl declared as VariableReference
protected  VariableReference AssignmentBuilder.reference
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl with parameters of type VariableReference
AssignmentBuilder(boolean isFinal, AssignmentOperator operator, VariableReference reference, Statement statement)
           
DeclareAssignmentBuilder(boolean isFinal, VariableReference reference, Statement statement)
           
 

Uses of VariableReference in org.jboss.errai.ioc.rebind.ioc.codegen.util
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.util that return VariableReference
static VariableReference Refs.get(String name)
           
 



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