| 179 | //----------------- StatContext ------------------------------------------------------------------ |
| 180 | |
| 181 | LuaParser::StatContext::StatContext(ParserRuleContext *parent, size_t invokingState) |
| 182 | : ParserRuleContext(parent, invokingState) { |
| 183 | } |
| 184 | |
| 185 | tree::TerminalNode* LuaParser::StatContext::SEMI() { |
| 186 | return getToken(LuaParser::SEMI, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected