| 1099 | //----------------- FuncStatContext ------------------------------------------------------------------ |
| 1100 | |
| 1101 | LuaParser::FuncStatContext::FuncStatContext(ParserRuleContext *parent, size_t invokingState) |
| 1102 | : ParserRuleContext(parent, invokingState) { |
| 1103 | } |
| 1104 | |
| 1105 | tree::TerminalNode* LuaParser::FuncStatContext::FUNCTION() { |
| 1106 | return getToken(LuaParser::FUNCTION, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected