| 97 | //----------------- BlockContext ------------------------------------------------------------------ |
| 98 | |
| 99 | LuaParser::BlockContext::BlockContext(ParserRuleContext *parent, size_t invokingState) |
| 100 | : ParserRuleContext(parent, invokingState) { |
| 101 | } |
| 102 | |
| 103 | std::vector<LuaParser::StatContext *> LuaParser::BlockContext::stat() { |
| 104 | return getRuleContexts<LuaParser::StatContext>(); |
nothing calls this directly
no outgoing calls
no test coverage detected