| Class | Description |
|---|---|
| CompositeParser | Deprecated. |
| ExpressionBuilder |
A builder that allows the simple definition of expression grammars with prefix, postfix, and
left- and right-associative infix operators.
|
| ExpressionBuilder.ExpressionGroup |
Models a group of operators of the same precedence.
|
| GrammarDefinition |
Helper to conveniently define and build complex, recursive grammars using plain Java code.
|
| GrammarParser |
A helper to build a parser from a
GrammarDefinition. |
Copyright © 2018 PetitParser. All rights reserved.