| 1155 | //----------------- LocalFuncStatContext ------------------------------------------------------------------ |
| 1156 | |
| 1157 | LuaParser::LocalFuncStatContext::LocalFuncStatContext(ParserRuleContext *parent, size_t invokingState) |
| 1158 | : ParserRuleContext(parent, invokingState) { |
| 1159 | } |
| 1160 | |
| 1161 | tree::TerminalNode* LuaParser::LocalFuncStatContext::LOCAL() { |
| 1162 | return getToken(LuaParser::LOCAL, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected