| 51 | |
| 52 | |
| 53 | size_t LuaParser::ChunkContext::getRuleIndex() const { |
| 54 | return LuaParser::RuleChunk; |
| 55 | } |
| 56 | |
| 57 | antlrcpp::Any LuaParser::ChunkContext::accept(tree::ParseTreeVisitor *visitor) { |
| 58 | if (auto parserVisitor = dynamic_cast<LuaVisitor*>(visitor)) |
nothing calls this directly
no outgoing calls
no test coverage detected