| 2222 | //----------------- VarContext ------------------------------------------------------------------ |
| 2223 | |
| 2224 | LuaParser::VarContext::VarContext(ParserRuleContext *parent, size_t invokingState) |
| 2225 | : ParserRuleContext(parent, invokingState) { |
| 2226 | } |
| 2227 | |
| 2228 | tree::TerminalNode* LuaParser::VarContext::NAME() { |
| 2229 | return getToken(LuaParser::NAME, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected