Uses of Class
edu.mit.csail.sdg.alloy4compiler.ast.ExprQt.Op

Packages that use ExprQt.Op
edu.mit.csail.sdg.alloy4compiler.ast This package contains the definition of AST nodes. 
 

Uses of ExprQt.Op in edu.mit.csail.sdg.alloy4compiler.ast
 

Fields in edu.mit.csail.sdg.alloy4compiler.ast declared as ExprQt.Op
 ExprQt.Op ExprQt.op
          The operator (ALL, NO, LONE, ONE, SOME, SUM, or COMPREHENSION)
 

Methods in edu.mit.csail.sdg.alloy4compiler.ast that return ExprQt.Op
static ExprQt.Op ExprQt.Op.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExprQt.Op[] ExprQt.Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.