gnu.expr
public class Special extends Object implements Printable, Externalizable
| Field Summary | |
|---|---|
| static Special | dfault |
| static Object | eof |
| static Special | key |
| static Special | optional |
| static Special | rest |
| static Special | undefined |
| Constructor Summary | |
|---|---|
| Special() | |
| Method Summary | |
|---|---|
| int | hashCode() |
| static Special | make(String name) |
| void | print(Consumer out) |
| void | readExternal(ObjectInput in) |
| Object | readResolve() |
| String | toString() |
| void | writeExternal(ObjectOutput out) |
Serial Data: Write the keword name (without colons) using writeUTF.