net.hydromatic.clapham.parser
Class OptionNode

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

public class OptionNode
extends java.lang.Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Version:
$Id: OptionNode.java 3 2009-05-11 08:11:57Z jhyde $
Author:
jhyde

Field Summary
 EbnfNode n
           
 
Constructor Summary
OptionNode(EbnfNode n)
           
 
Method Summary
 void toString(java.lang.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(java.lang.StringBuilder buf)
Specified by:
toString in interface EbnfNode

SourceForge.net_Logo