01: /* Generated By:JJTree: Do not edit this line. Node.java */
02:
03: package org.python.parser;
04:
05: /* All AST nodes must implement this interface. It provides basic
06: machinery for constructing the parent and child relationships
07: between nodes. */
08:
09: public interface Node {
10:
11: }