Package org.mozilla.javascript
Class UniqueTag
java.lang.Object
org.mozilla.javascript.UniqueTag
- All Implemented Interfaces:
Serializable
Class instances represent serializable tags to mark special Object values.
Compatibility note: under jdk 1.1 use org.mozilla.javascript.serialize.ScriptableInputStream to read serialized instances of UniqueTag as under this JDK version the default ObjectInputStream would not restore them correctly as it lacks support for readResolve method
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
NOT_FOUND
Tag to mark non-existing values. -
NULL_VALUE
Tag to distinguish between uninitialized and null values. -
DOUBLE_MARK
Tag to indicate that a object represents "double" with the real value stored somewhere else.
-
-
Method Details