| 648 | //----------------- WhileStatContext ------------------------------------------------------------------ |
| 649 | |
| 650 | LuaParser::WhileStatContext::WhileStatContext(ParserRuleContext *parent, size_t invokingState) |
| 651 | : ParserRuleContext(parent, invokingState) { |
| 652 | } |
| 653 | |
| 654 | tree::TerminalNode* LuaParser::WhileStatContext::WHILE() { |
| 655 | return getToken(LuaParser::WHILE, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected