| 142 | } |
| 143 | |
| 144 | SymbolTable* ParseFile::getSymbolTable() { |
| 145 | return m_symbolTable ? m_symbolTable : m_compileSourceFile->getSymbolTable(); |
| 146 | } |
| 147 | |
| 148 | ErrorContainer* ParseFile::getErrorContainer() { |
| 149 | return m_errors ? m_errors : m_compileSourceFile->getErrorContainer(); |
no outgoing calls