| Class | Description |
|---|---|
| Cho |
A
Token that specifies a choice out of a list of tokens. |
| Def |
A
Token that specifies a value to parse in the input. |
| Post |
A
Token that specifies a postcondition for parsing a nested token. |
| Pre |
A
Token that specifies a precondition for parsing a nested token. |
| Rep |
A
Token that specifies a possible repetition of a token. |
| RepN |
A
Token that specifies a bounded repetition of a token. |
| Seq |
A
Token that specifies a dependency between a list of tokens. |
| Sub |
A
Token that specifies a token to be parsed at a specific location
in the input. |
| Tie |
A
Token that specifies a token to be parsed inside the result of a
provided ValueExpression. |
| Token |
Base class for all Token implementations.
|
| TokenRef |
A
Token that references a previously parsed token. |
| Until |
A
Token that specifies a value to parse in the input until
another token is parsed. |
| While |
A
Token that specifies a conditional repetition of a token. |
Copyright © 2017. All rights reserved.