Package gnu.expr
Class Special
java.lang.Object
gnu.expr.Special
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Externalizable
,Serializable
A class of special one-of-a-kind builtin values.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
undefined
-
optional
-
rest
-
ifk
-
key
-
dfault
-
abstractSpecial
-
nativeSpecial
-
eof
-
reachedUnexpected
-
-
Constructor Details
-
Special
public Special()
-
-
Method Details
-
make
-
hashCode
public int hashCode() -
toString
-
print
- Specified by:
print
in interfacegnu.kawa.format.Printable
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-