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

Method ArgsContext

generated/LuaParser.cpp:2493–2495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2491//----------------- ArgsContext ------------------------------------------------------------------
2492
2493LuaParser::ArgsContext::ArgsContext(ParserRuleContext *parent, size_t invokingState)
2494 : ParserRuleContext(parent, invokingState) {
2495}
2496
2497tree::TerminalNode* LuaParser::ArgsContext::LP() {
2498 return getToken(LuaParser::LP, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected