| 42 | } |
| 43 | |
| 44 | tree::TerminalNode* LuaParser::ChunkContext::EOF() { |
| 45 | return getToken(LuaParser::EOF, 0); |
| 46 | } |
| 47 | |
| 48 | tree::TerminalNode* LuaParser::ChunkContext::SHEBANG() { |
| 49 | return getToken(LuaParser::SHEBANG, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected