/* Generated By:JJTree: Do not edit this line. Node.java */ package org.python.parser; /* All AST nodes must implement this interface. It provides basic machinery for constructing the parent and child relationships between nodes. */ public interface Node { }