| 3332 | //----------------- StringContext ------------------------------------------------------------------ |
| 3333 | |
| 3334 | LuaParser::StringContext::StringContext(ParserRuleContext *parent, size_t invokingState) |
| 3335 | : ParserRuleContext(parent, invokingState) { |
| 3336 | } |
| 3337 | |
| 3338 | tree::TerminalNode* LuaParser::StringContext::NORMALSTRING() { |
| 3339 | return getToken(LuaParser::NORMALSTRING, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected