edu.toronto.cs.expr
Class NumericOp

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

public class NumericOp
extends NamedOp


Field Summary
static NumericOp DIV
           
static NumericOp MINUS
           
static NumericOp MOD
           
static NumericOp MULT
           
static NumericOp PLUS
           
static NumericOp UN_MINUS
           
 
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

PLUS

public static final NumericOp PLUS

MINUS

public static final NumericOp MINUS

UN_MINUS

public static final NumericOp UN_MINUS

MULT

public static final NumericOp MULT

DIV

public static final NumericOp DIV

MOD

public static final NumericOp MOD