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

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.ArrayBound
      extended by edu.stanford.slac.aida.lib.util.common.ExprBound

public class ExprBound
extends ArrayBound

Encapsulates a constraint to a single dimension of an array

See Also:
ArrayBound

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

Field Detail

expr

public AidaExpr expr
Aida Expression

Constructor Detail

ExprBound

public ExprBound(AidaExpr theExpr)
Creates a new instance of ExprBound