| 154 | } |
| 155 | |
| 156 | SymbolId ParseFile::getId(std::string_view symbol) const { |
| 157 | return getCompileSourceFile()->getSymbolTable()->getId(symbol); |
| 158 | } |
| 159 | |
| 160 | std::string_view ParseFile::getSymbol(SymbolId id) const { |
| 161 | return getCompileSourceFile()->getSymbolTable()->getSymbol(id); |