geneseo.cs.compiler
Interface ParseNode

All Known Implementing Classes:
MinimLParseNode

public interface ParseNode

The interface that any object that serves as a node in a syntax tree must present.


Method Summary
 java.lang.String toString()
          Generate a string representation of the node.
 

Method Detail

toString

public java.lang.String toString()
Generate a string representation of the node.
Overrides:
toString in class java.lang.Object
Returns:
The node's string representation.