Uses of Class
parser.flatzinc.ast.declaration.Declaration.DType

Packages that use Declaration.DType
parser.flatzinc.ast.declaration   
 

Uses of Declaration.DType in parser.flatzinc.ast.declaration
 

Fields in parser.flatzinc.ast.declaration declared as Declaration.DType
 Declaration.DType Declaration.typeOf
           
 

Methods in parser.flatzinc.ast.declaration that return Declaration.DType
static Declaration.DType Declaration.DType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Declaration.DType[] Declaration.DType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in parser.flatzinc.ast.declaration with parameters of type Declaration.DType
Declaration(Boolean isVar, Declaration.DType type)
           
 



Copyright © 2012. All Rights Reserved.