com.varankin.bnf
Class GroupedSequence

java.lang.Object
  extended by com.varankin.bnf.WrappedDefinitionsList
      extended by com.varankin.bnf.GroupedSequence
All Implemented Interfaces:
SyntacticPrimary

public class GroupedSequence
extends WrappedDefinitionsList
implements SyntacticPrimary

A grouped-sequence consists of a start-group-symbol followed by a definitions-list followed by an end-group-symbol.

Author:
© 2009 Nikolai Varankine

Field Summary
 
Fields inherited from class com.varankin.bnf.WrappedDefinitionsList
list
 
Constructor Summary
GroupedSequence(DefinitionsList aDefinitionsList)
           
 
Method Summary
 
Methods inherited from class com.varankin.bnf.WrappedDefinitionsList
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupedSequence

public GroupedSequence(DefinitionsList aDefinitionsList)
Parameters:
aDefinitionsList - definitions list comprising group sequence.
Throws:
java.lang.NullPointerException - if definitions list is null.