This class serves as the base class for entries in a parse action table.
Full entries will either be SHIFT(state_num), REDUCE(production), NONASSOC,
or ERROR. Objects of this base class will default to ERROR, while
the other three types will be represented by subclasses. |