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

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

public class AidaSumExpr
extends AidaExpr

Encapsulates an Aida sum expression. Can be expr + expr


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
AidaSumExpr(AidaExpr theLHS, AidaExpr theRHS)
          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

AidaSumExpr

public AidaSumExpr(AidaExpr theLHS,
                   AidaExpr theRHS)
Creates a new instance of AidaExpr