net.hydromatic.clapham.parser
Class SequenceNode

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

public class SequenceNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Field Summary
 List<EbnfNode> list
           
 
Constructor Summary
SequenceNode(List<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

list

public final List<EbnfNode> list
Constructor Detail

SequenceNode

public SequenceNode(List<EbnfNode> list)
Method Detail

toString

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

SourceForge.net_Logo