| 2607 | //----------------- FunctiondefContext ------------------------------------------------------------------ |
| 2608 | |
| 2609 | LuaParser::FunctiondefContext::FunctiondefContext(ParserRuleContext *parent, size_t invokingState) |
| 2610 | : ParserRuleContext(parent, invokingState) { |
| 2611 | } |
| 2612 | |
| 2613 | tree::TerminalNode* LuaParser::FunctiondefContext::FUNCTION() { |
| 2614 | return getToken(LuaParser::FUNCTION, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected