MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / FunctiondefContext

Method FunctiondefContext

generated/LuaParser.cpp:2609–2611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2607//----------------- FunctiondefContext ------------------------------------------------------------------
2608
2609LuaParser::FunctiondefContext::FunctiondefContext(ParserRuleContext *parent, size_t invokingState)
2610 : ParserRuleContext(parent, invokingState) {
2611}
2612
2613tree::TerminalNode* LuaParser::FunctiondefContext::FUNCTION() {
2614 return getToken(LuaParser::FUNCTION, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected