Uses of Interface
com.varankin.bnf.tree.ParsedUnit

Packages that use ParsedUnit
com.varankin.bnf.tree Parsed tree object model. 
 

Uses of ParsedUnit in com.varankin.bnf.tree
 

Subinterfaces of ParsedUnit in com.varankin.bnf.tree
 interface ParsedRule<Atom>
          A parsed rule unites sequence of other parsed units.
 interface ParsedTerminal<Atom>
          A parsed unit that contains elementary objects only.