net.hydromatic.clapham.parser
Interface EbnfNode

All Known Implementing Classes:
AlternateNode, EmptyNode, IdentifierNode, LiteralNode, MandatoryRepeatNode, OptionNode, ProductionNode, RepeatNode, SequenceNode

public interface EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Method Summary
 void toString(StringBuilder buf)
           
 

Method Detail

toString

void toString(StringBuilder buf)

SourceForge.net_Logo