net.hydromatic.clapham.parser
Class ProductionNode

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

public class ProductionNode
extends Object
implements EbnfNode

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

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

Field Detail

id

public final IdentifierNode id

expression

public final EbnfNode expression
Constructor Detail

ProductionNode

public ProductionNode(IdentifierNode id,
                      EbnfNode expression)
Method Detail

toString

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

SourceForge.net_Logo