edu.toronto.cs.expr
Class CILNullOp

java.lang.Object
  extended by edu.toronto.cs.expr.NullaryOperator
      extended by edu.toronto.cs.expr.CILNullOp
All Implemented Interfaces:
Operator

public class CILNullOp
extends NullaryOperator


Field Summary
static CILNullOp NULL
           
 
Method Summary
 java.lang.String name()
          Name of this operator
 
Methods inherited from class edu.toronto.cs.expr.NullaryOperator
arity, isWellFormed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final CILNullOp NULL
Method Detail

name

public java.lang.String name()
Description copied from interface: Operator
Name of this operator

Returns:
a String value