| 34 | //----------------- ChunkContext ------------------------------------------------------------------ |
| 35 | |
| 36 | LuaParser::ChunkContext::ChunkContext(ParserRuleContext *parent, size_t invokingState) |
| 37 | : ParserRuleContext(parent, invokingState) { |
| 38 | } |
| 39 | |
| 40 | LuaParser::BlockContext* LuaParser::ChunkContext::block() { |
| 41 | return getRuleContext<LuaParser::BlockContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected