CanonicalLR1Tables.Shift

Undocumented in source.
interface CanonicalLR1Tables
class Shift : Action {}

Constructors

this
this(Terminal lookahead, int state)
Undocumented in source.

Members

Variables

state
int state;
Undocumented in source.

Inherited Members

From Action

lookahead
Terminal lookahead;
Undocumented in source.

Meta