parser.flatzinc.ast.expression
Class ESetBounds

java.lang.Object
  extended by parser.flatzinc.ast.expression.Expression
      extended by parser.flatzinc.ast.expression.ESet
          extended by parser.flatzinc.ast.expression.ESetBounds

public final class ESetBounds
extends ESet


Nested Class Summary
 
Nested classes/interfaces inherited from class parser.flatzinc.ast.expression.Expression
Expression.EType
 
Field Summary
 
Fields inherited from class parser.flatzinc.ast.expression.Expression
bool_arr, int_arr
 
Constructor Summary
ESetBounds(EInt sl, EInt su)
           
 
Method Summary
 int[] enumVal()
           
 String toString()
           
 
Methods inherited from class parser.flatzinc.ast.expression.ESet
intValue, intVarValue, setVarValue, toIntArray, toIntVarArray, toSetVarArray
 
Methods inherited from class parser.flatzinc.ast.expression.Expression
getTypeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ESetBounds

public ESetBounds(EInt sl,
                  EInt su)
Method Detail

enumVal

public int[] enumVal()
Specified by:
enumVal in class ESet

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.