| 2491 | //----------------- ArgsContext ------------------------------------------------------------------ |
| 2492 | |
| 2493 | LuaParser::ArgsContext::ArgsContext(ParserRuleContext *parent, size_t invokingState) |
| 2494 | : ParserRuleContext(parent, invokingState) { |
| 2495 | } |
| 2496 | |
| 2497 | tree::TerminalNode* LuaParser::ArgsContext::LP() { |
| 2498 | return getToken(LuaParser::LP, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected