net.hydromatic.clapham.parser
Class EmptyNode

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

public class EmptyNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

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

Constructor Detail

EmptyNode

public EmptyNode()
Method Detail

toString

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

SourceForge.net_Logo