| 1217 | //----------------- LocalVarDeclContext ------------------------------------------------------------------ |
| 1218 | |
| 1219 | LuaParser::LocalVarDeclContext::LocalVarDeclContext(ParserRuleContext *parent, size_t invokingState) |
| 1220 | : ParserRuleContext(parent, invokingState) { |
| 1221 | } |
| 1222 | |
| 1223 | tree::TerminalNode* LuaParser::LocalVarDeclContext::LOCAL() { |
| 1224 | return getToken(LuaParser::LOCAL, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected