parser.flatzinc.ast
Class PVariable

java.lang.Object
  extended by parser.flatzinc.ast.ParVar
      extended by parser.flatzinc.ast.PVariable

public final class PVariable
extends ParVar


Field Summary
static String OUTPUT
           
 
Constructor Summary
PVariable(HashMap<String,Object> map, Declaration type, String identifier, List<EAnnotation> annotations, Expression expression)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT

public static final String OUTPUT
See Also:
Constant Field Values
Constructor Detail

PVariable

public PVariable(HashMap<String,Object> map,
                 Declaration type,
                 String identifier,
                 List<EAnnotation> annotations,
                 Expression expression)


Copyright © 2012. All Rights Reserved.