edu.toronto.cs.expr
Class ComparisonOp

java.lang.Object
  extended by edu.toronto.cs.expr.NamedOp
      extended by edu.toronto.cs.expr.ComparisonOp
All Implemented Interfaces:
Operator

public class ComparisonOp
extends NamedOp


Field Summary
static ComparisonOp EQ
           
static ComparisonOp GEQ
           
static ComparisonOp GT
           
static ComparisonOp LEQ
           
static ComparisonOp LT
           
static ComparisonOp NEQ
           
 
Method Summary
 
Methods inherited from class edu.toronto.cs.expr.NamedOp
arity, equals, isWellFormed, name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQ

public static ComparisonOp EQ

NEQ

public static ComparisonOp NEQ

LEQ

public static ComparisonOp LEQ

GEQ

public static ComparisonOp GEQ

GT

public static ComparisonOp GT

LT

public static ComparisonOp LT