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

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

Uses of ParsedRule in com.varankin.bnf.tree
 

Methods in com.varankin.bnf.tree that return types with arguments of type ParsedRule
 java.util.Iterator<ParsedRule<Atom>> SyntaxImpl.iterator()
          Seamless iterator over all syntax rules recognized by the syntax.