edu.mit.sketch.ddlcompiler
Interface ASTNode

All Known Implementing Classes:
AboveConstraintNode, AngleConstraintNode, AttachedConstraintNode, BelowConstraintNode, BisectsConstraintNode, ComponentNode, ConstraintNode, DerivedPropertyNode, IntersectsConstraintNode, LeftConstraintNode, LowerLeftConstraintNode, LowerRightConstraintNode, MeetConstraintNode, ParallelConstraintNode, PerpendicularConstraintNode, RenameNode, RightConstraintNode, ShapeNode, TouchConstraintNode, UpperLeftConstraintNode, UpperRightConstraintNode

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
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object