edu.mit.sketch.ddlcompiler
Interface ASTNode

All Known Implementing Classes:
ConstraintNode, RenameNode, DerivedPropertyNode, ComponentNode

public interface ASTNode

Parsing can be thought of as generating and AST. This interface represents a node in such an AST. All legal nodes should implement this interface.


Method Summary
 String toString()
           
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object