1 /* Generated By:JJTree: Do not edit this line. Node.java */ 2 3 package org.python.parser; 4 5 /* All AST nodes must implement this interface. It provides basic 6 machinery for constructing the parent and child relationships 7 between nodes. */ 8 9 public interface Node { 10 11 } 12 13