Returns the Abstract Syntax Tree produced during convert()ing and expanded during later phases.
()
| 129 | * and expanded during later phases. |
| 130 | */ |
| 131 | public ModuleNode getAST() { |
| 132 | return this.ast; |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Convenience routine, primarily for use by the InteractiveShell, |
no outgoing calls