| 46 | } |
| 47 | |
| 48 | tree::TerminalNode* LuaParser::ChunkContext::SHEBANG() { |
| 49 | return getToken(LuaParser::SHEBANG, 0); |
| 50 | } |
| 51 | |
| 52 | |
| 53 | size_t LuaParser::ChunkContext::getRuleIndex() const { |
nothing calls this directly
no outgoing calls
no test coverage detected