net.hydromatic.clapham.parser
Class MandatoryRepeatNode

java.lang.Object
  extended by net.hydromatic.clapham.parser.MandatoryRepeatNode
All Implemented Interfaces:
EbnfNode

public class MandatoryRepeatNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Field Summary
 EbnfNode node
           
 
Constructor Summary
MandatoryRepeatNode(EbnfNode list)
           
 
Method Summary
 void toString(StringBuilder buf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public final EbnfNode node
Constructor Detail

MandatoryRepeatNode

public MandatoryRepeatNode(EbnfNode list)
Method Detail

toString

public void toString(StringBuilder buf)
Specified by:
toString in interface EbnfNode

SourceForge.net_Logo