Uses of Class
com.varankin.bnf.WrappedDefinitionsList

Packages that use WrappedDefinitionsList
com.varankin.bnf BNF syntax object model. 
 

Uses of WrappedDefinitionsList in com.varankin.bnf
 

Subclasses of WrappedDefinitionsList in com.varankin.bnf
 class GroupedSequence
          A grouped-sequence consists of a start-group-symbol followed by a definitions-list followed by an end-group-symbol.
 class OptionalSequence
          An optional-sequence consists of a start-option-symbol followed by a definitions-list followed by an end-option-symbol.
 class RepeatedSequence
          A repeated-sequence consists of a start-repeat-symbol followed by a definitions-list followed by an end-repeat-symbol.
 class SyntaxRule
          A syntax-rule consists of a meta-identifier (the name of the non-terminal symbol being defined) followed by a defining-symbol followed by a definitions-list followed by a terminator-symbol.