| 793 | //----------------- IfStatContext ------------------------------------------------------------------ |
| 794 | |
| 795 | LuaParser::IfStatContext::IfStatContext(ParserRuleContext *parent, size_t invokingState) |
| 796 | : ParserRuleContext(parent, invokingState) { |
| 797 | } |
| 798 | |
| 799 | tree::TerminalNode* LuaParser::IfStatContext::IF() { |
| 800 | return getToken(LuaParser::IF, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected