net.hydromatic.clapham.parser
Class IdentifierNode

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

public class IdentifierNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Field Summary
 String s
           
 
Constructor Summary
IdentifierNode(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

IdentifierNode

public IdentifierNode(String s)
Method Detail

toString

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

SourceForge.net_Logo