| 912 | //----------------- ForStatContext ------------------------------------------------------------------ |
| 913 | |
| 914 | LuaParser::ForStatContext::ForStatContext(ParserRuleContext *parent, size_t invokingState) |
| 915 | : ParserRuleContext(parent, invokingState) { |
| 916 | } |
| 917 | |
| 918 | tree::TerminalNode* LuaParser::ForStatContext::FOR() { |
| 919 | return getToken(LuaParser::FOR, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected