| Class | Description |
|---|---|
| BranchNode |
Node that branches out and allows matches to be done in several branches.
|
| ExactTokenNode |
Node used to match the start and end of input.
|
| MatcherNode |
Abstract base class for anything used with a
TokenPatternImpl for matching via TokenMatcherImpl. |
| NegateNode |
Node for negating the result of another node.
|
| RangeNode |
Node that checks that another node matches a number of times.
|
| SequenceNode |
Node that checks that an entire sequence of nodes matches.
|
| TokenMatcherImpl |
Implementation of
TokenMatcher that runs on top of MatcherNodes. |
| TokenNode |
Node that checks that an individual token and its properties matches.
|
| TokenPatternImpl |
Implementation of
TokenPattern. |
| TokenPatternParser |
Parser for
TokenPattern. |
Copyright © 2018. All rights reserved.