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

Method VarOrExpContext

generated/LuaParser.cpp:2149–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147//----------------- VarOrExpContext ------------------------------------------------------------------
2148
2149LuaParser::VarOrExpContext::VarOrExpContext(ParserRuleContext *parent, size_t invokingState)
2150 : ParserRuleContext(parent, invokingState) {
2151}
2152
2153LuaParser::VarContext* LuaParser::VarOrExpContext::var() {
2154 return getRuleContext<LuaParser::VarContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected