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

Method FunctioncallContext

generated/LuaParser.cpp:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456//----------------- FunctioncallContext ------------------------------------------------------------------
457
458LuaParser::FunctioncallContext::FunctioncallContext(ParserRuleContext *parent, size_t invokingState)
459 : ParserRuleContext(parent, invokingState) {
460}
461
462LuaParser::VarOrExpContext* LuaParser::FunctioncallContext::varOrExp() {
463 return getRuleContext<LuaParser::VarOrExpContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected