net.hydromatic.clapham.parser
Class LiteralNode

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

public class LiteralNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

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

Field Detail

s

public final String s
Constructor Detail

LiteralNode

public LiteralNode(String s)
Method Detail

toString

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

SourceForge.net_Logo