com.varankin.bnf
Class RepeatedSequence

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

public class RepeatedSequence
extends WrappedDefinitionsList
implements SyntacticPrimary

A repeated-sequence consists of a start-repeat-symbol followed by a definitions-list followed by an end-repeat-symbol.

Author:
© 2009 Nikolai Varankine

Field Summary
 
Fields inherited from class com.varankin.bnf.WrappedDefinitionsList
list
 
Constructor Summary
RepeatedSequence(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

RepeatedSequence

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