Package com.varankin.bnf.tree

Parsed tree object model.

See:
          Description

Interface Summary
Converter<Atom> Provider of terminal constructs described by syntax.
ParsedRule<Atom> A parsed rule unites sequence of other parsed units.
ParsedTerminal<Atom> A parsed unit that contains elementary objects only.
ParsedUnit<Atom> Generic parsed utit.
 

Class Summary
SyntaxImpl<Atom> Accumulator of incoming elementary objects separated by syntax into parsed bush.
 

Package com.varankin.bnf.tree Description

Parsed tree object model.