| 1019 | //----------------- ForInStatContext ------------------------------------------------------------------ |
| 1020 | |
| 1021 | LuaParser::ForInStatContext::ForInStatContext(ParserRuleContext *parent, size_t invokingState) |
| 1022 | : ParserRuleContext(parent, invokingState) { |
| 1023 | } |
| 1024 | |
| 1025 | tree::TerminalNode* LuaParser::ForInStatContext::FOR() { |
| 1026 | return getToken(LuaParser::FOR, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected