Returns the name for the SourceUnit. This name shouldn't be used for controlling the SourceUnit, it is only for error messages
()
| 114 | * messages |
| 115 | */ |
| 116 | public String getName() { |
| 117 | return name; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Returns the Concrete Syntax Tree produced during parse()ing. |