org.mozilla.javascript
Class Undefined

java.lang.Object
  extended by org.mozilla.javascript.Undefined
All Implemented Interfaces:
Serializable

public class Undefined
extends Object
implements Serializable

This class implements the Undefined value in JavaScript.

See Also:
Serialized Form

Field Summary
static Object instance
           
 
Method Summary
 Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Object instance
Method Detail

readResolve

public Object readResolve()