Action

Undocumented in source.

Members

Functions

opCmp
int opCmp(Action other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allowRegexLookahead
bool allowRegexLookahead;
Undocumented in source.
conflictActions
const(Action)[] conflictActions;
Undocumented in source.
delayedElements
immutable(size_t)[] delayedElements;
Undocumented in source.
elementNr
size_t elementNr;
Undocumented in source.
errorMessage
string errorMessage;
Undocumented in source.
ignoreInConflict
bool ignoreInConflict;
Undocumented in source.
newState
size_t newState;
Undocumented in source.
nonterminalID
NonterminalID nonterminalID;
Undocumented in source.
production
const(Production)* production;
Undocumented in source.
reusedDelayedNonterminals
immutable(NonterminalID)[] reusedDelayedNonterminals;
Undocumented in source.
type
ActionType type;
Undocumented in source.

Meta