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

Method NameAndArgsContext

generated/LuaParser.cpp:2430–2432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2428//----------------- NameAndArgsContext ------------------------------------------------------------------
2429
2430LuaParser::NameAndArgsContext::NameAndArgsContext(ParserRuleContext *parent, size_t invokingState)
2431 : ParserRuleContext(parent, invokingState) {
2432}
2433
2434LuaParser::ArgsContext* LuaParser::NameAndArgsContext::args() {
2435 return getRuleContext<LuaParser::ArgsContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected