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

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

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

Fields in edu.mit.csail.sdg.alloy4compiler.ast declared as ExprUnary.Op
 ExprUnary.Op ExprUnary.op
          The unary operator.
 

Methods in edu.mit.csail.sdg.alloy4compiler.ast that return ExprUnary.Op
 ExprUnary.Op Expr.mult()
          If this is loneOf/oneOf/someOf/exactlyOf expression, return loneOf/oneOf/someOf/exactlyOf, otherwise returns setOf.
static ExprUnary.Op ExprUnary.Op.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExprUnary.Op[] ExprUnary.Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.