net.hydromatic.clapham.parser
Class OptionNode

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

public class OptionNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

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

Field Detail

n

public final EbnfNode n
Constructor Detail

OptionNode

public OptionNode(EbnfNode n)
Method Detail

toString

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

SourceForge.net_Logo