Private _callbackPrivate _commitPrivate _rejecterPrivate _rollbackPrivate Optional _traverserPrivate resolvedModify this context with a reducer appended which can reduce data.
Modify this context with the new rejecter appended.
Resolve an Reduce-Reduce conflict.
Resolve an Reduce-Shift conflict.
Modify this context with a rollback function appended.
Set the traverser for this grammar rule.
Static callbackCreate a new DefinitionContextBuilder with the new callback appended.
Static commitCreate a new DefinitionContextBuilder which will call parser.commit if the grammar rule is accepted.
Static reducerCreate a new DefinitionContextBuilder with a reducer appended which can reduce data.
Static rejecterCreate a new DefinitionContextBuilder with the new rejecter appended.
Static resolveRRCreate a new DefinitionContextBuilder with a rejecter, which will reject during the R-R conflict.
Static resolveRSCreate a new DefinitionContextBuilder with a rejecter, which will reject during the R-S conflict.
Static rollbackCreate a new DefinitionContextBuilder with the new rollback function appended.
Static traverserCreate a new DefinitionContextBuilder with the traverser set.
Generated using TypeDoc
Modify this context with the new callback appended.