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

Method FuncStatContext

generated/LuaParser.cpp:1101–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099//----------------- FuncStatContext ------------------------------------------------------------------
1100
1101LuaParser::FuncStatContext::FuncStatContext(ParserRuleContext *parent, size_t invokingState)
1102 : ParserRuleContext(parent, invokingState) {
1103}
1104
1105tree::TerminalNode* LuaParser::FuncStatContext::FUNCTION() {
1106 return getToken(LuaParser::FUNCTION, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected