Class SequenceSeparatorRule

  • All Implemented Interfaces:
    GrammaticalRuleI, GrammarMatcher, java.io.Serializable

    public class SequenceSeparatorRule
    extends SequenceRule
    Parses a sequence of statements separated by a separator
     <SequenceRule> ::=
             <statement> (<sep> <statement>)* <sep>?
     
    A successful parses will return a SequenceNode with one child per statement. If there is only one child then just that child will be parsed.
    See Also:
    Serialized Form