Uses of Class
com.varankin.bnf.Container

Packages that use Container
com.varankin.bnf BNF syntax object model. 
com.varankin.bnf.parser Parser of BNF syntax definition. 
 

Uses of Container in com.varankin.bnf
 

Subclasses of Container in com.varankin.bnf
 class DefinitionsList
          A definitions-list consists of an ordered list of one or more single-definitions separated from each other by a definition-separator-symbol.
 class SingleDefinition
          A single-definition consists of an ordered list of one or more syntactic-terms separated from each other by a concatenate-symbol.
 class Syntax
          The syntax of a language consists of one or more syntax-rules.
 

Uses of Container in com.varankin.bnf.parser
 

Subclasses of Container in com.varankin.bnf.parser
 class SyntaxBnf
          Implementation of Syntax object based on textual description of syntax rules.