Uses of Class
sjm.parse.CollectionParser

Packages that use CollectionParser
sjm.parse   
 

Uses of CollectionParser in sjm.parse
 

Subclasses of CollectionParser in sjm.parse
 class Alternation
          An Alternation object is a collection of parsers, any one of which can successfully match against an assembly.
 class Sequence
          A Sequence object is a collection of parsers, all of which must in turn match against an assembly for this parser to successfully match.
 

Methods in sjm.parse that return CollectionParser
 CollectionParser CollectionParser.add(Parser e)
          Adds a parser to the collection.