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

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.AidaExpr
Direct Known Subclasses:
AidaLiteral, AidaSubtractExpr, AidaSumExpr, AidaVariable

public abstract class AidaExpr
extends java.lang.Object

Encapsulates an Aida expression of form literal | variable | expr + expr ) | expr - expr )


Nested Class Summary
static class AidaExpr.Type
          Valid types for the Aida Expression
 
Field Summary
 int type
          Type of this Expression
 
Constructor Summary
AidaExpr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
Type of this Expression

Constructor Detail

AidaExpr

public AidaExpr()