IParseState Type
Instance members
Instance member |
Description
|
Full Usage:
this.GetInput
Parameters:
int
Returns: obj
|
Get the value produced by the terminal or non-terminal at the given position.
|
|
Get the end position for the terminal or non-terminal at a given index matched by the production.
|
|
|
|
Get the start position for the terminal or non-terminal at a given index matched by the production.
|
|
Return the LexBuffer for this parser instance.
|
Full Usage:
this.RaiseError
Returns: 'b
|
Raise an error in this parse context.
|
|
Get the end of the range of positions matched by the production.
|
|
|
|
Get the start of the range of positions matched by the production.
|