gnu.expr
Class Undefined

java.lang.Object
  extended by gnu.expr.Undefined
All Implemented Interfaces:
Printable

public class Undefined
extends java.lang.Object
implements Printable


Field Summary
static Undefined undefined
           
 
Constructor Summary
Undefined()
           
 
Method Summary
static Undefined getInstance()
           
 void print(java.io.PrintWriter ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undefined

public static final Undefined undefined
Constructor Detail

Undefined

public Undefined()
Method Detail

getInstance

public static Undefined getInstance()

print

public void print(java.io.PrintWriter ps)
Specified by:
print in interface Printable