edu.stanford.slac.aida.lib.util.common
Class AidaVariable

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.AidaExpr
      extended by edu.stanford.slac.aida.lib.util.common.AidaVariable

public class AidaVariable
extends AidaExpr

Encapsulates an Aida expression. Can be aida_symbol, where is one of the symbols defined in the AQS spec e.g. '#LENGTH'


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.slac.aida.lib.util.common.AidaExpr
AidaExpr.Type
 
Field Summary
 
Fields inherited from class edu.stanford.slac.aida.lib.util.common.AidaExpr
type
 
Constructor Summary
AidaVariable(java.lang.String theVariable)
          Creates a new instance of AidaExpr
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AidaVariable

public AidaVariable(java.lang.String theVariable)
Creates a new instance of AidaExpr