Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen
Class VariableReference

java.lang.Object
  extended by org.jboss.errai.codegen.AbstractStatement
      extended by org.jboss.errai.codegen.VariableReference
All Implemented Interfaces:
Statement

public abstract class VariableReference
extends AbstractStatement

Statement thats represents a reference to a Variable.

Author:
Mike Brock , Christian Sadilek

Field Summary
protected  Statement[] indexes
           
 
Constructor Summary
VariableReference()
           
 
Method Summary
 String generate(Context context)
           
 Statement[] getIndexes()
           
abstract  String getName()
           
abstract  Statement getValue()
           
 void setIndexes(Statement[] indexes)
           
 
Methods inherited from class org.jboss.errai.codegen.AbstractStatement
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexes

protected Statement[] indexes
Constructor Detail

VariableReference

public VariableReference()
Method Detail

getName

public abstract String getName()

getValue

public abstract Statement getValue()

generate

public String generate(Context context)

getIndexes

public Statement[] getIndexes()

setIndexes

public void setIndexes(Statement[] indexes)

Errai 3.0.1-SNAPSHOT

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