Experimental
Experimental
Whether dynamic tokens are enabled for this parser.
Whether any of the alternatives contain a predicate.
The maximum amount of lookahead for this OR
.
The occurrence number of this OR
within its rule.
The rule that contains this OR
.
A function that is able to compute which of the alternatives to choose while parsing.
Experimental
Builds a lookahead function for optional productions.
Whether dynamic tokens are enabled for this parser.
The maximum amount of lookahead for this production.
The occurrence number of this production within its rule.
The type of this production.
The rule that contains this production.
A function is able to compute whether to parse the production or to continue with the rest of the parser rule.
Optional
initializeExperimental
Performs validations on the grammar specific to this lookahead strategy. This method is not called if parser validations are disabled.
Builds a lookahead function for alternations/
OR
parser methods.