| 2657 | //----------------- FuncbodyContext ------------------------------------------------------------------ |
| 2658 | |
| 2659 | LuaParser::FuncbodyContext::FuncbodyContext(ParserRuleContext *parent, size_t invokingState) |
| 2660 | : ParserRuleContext(parent, invokingState) { |
| 2661 | } |
| 2662 | |
| 2663 | tree::TerminalNode* LuaParser::FuncbodyContext::LP() { |
| 2664 | return getToken(LuaParser::LP, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected