gnu.expr
Class Undefined

java.lang.Object
  |
  +--gnu.expr.Undefined

public class Undefined
extends java.lang.Object
implements Printable


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
 

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