Package org.htmlunit.corejs.javascript
Class UniqueTag
java.lang.Object
org.htmlunit.corejs.javascript.UniqueTag
- All Implemented Interfaces:
Serializable
Class instances represent serializable tags to mark special Object values.
Compatibility note: under jdk 1.1 use org.htmlunit.corejs.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
FieldsModifier and TypeFieldDescriptionstatic final UniqueTag
Tag to indicate that a object represents "double" with the real value stored somewhere else.private static final int
private static final int
private static final int
static final UniqueTag
Tag to mark non-existing values.static final UniqueTag
Tag to distinguish between uninitialized and null values.private static final long
private final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ID_NOT_FOUND
private static final int ID_NOT_FOUND- See Also:
-
ID_NULL_VALUE
private static final int ID_NULL_VALUE- See Also:
-
ID_DOUBLE_MARK
private static final int ID_DOUBLE_MARK- See Also:
-
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. -
tagId
private final int tagId
-
-
Constructor Details
-
UniqueTag
private UniqueTag(int tagId)
-
-
Method Details