| 592 | //----------------- DoStatContext ------------------------------------------------------------------ |
| 593 | |
| 594 | LuaParser::DoStatContext::DoStatContext(ParserRuleContext *parent, size_t invokingState) |
| 595 | : ParserRuleContext(parent, invokingState) { |
| 596 | } |
| 597 | |
| 598 | tree::TerminalNode* LuaParser::DoStatContext::DO() { |
| 599 | return getToken(LuaParser::DO, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected