net.hydromatic.clapham.parser
Class RepeatNode

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

public class RepeatNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Field Summary
 EbnfNode node
           
 
Constructor Summary
RepeatNode(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

RepeatNode

public RepeatNode(EbnfNode list)
Method Detail

toString

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

SourceForge.net_Logo