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

Method VarContext

generated/LuaParser.cpp:2224–2226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2222//----------------- VarContext ------------------------------------------------------------------
2223
2224LuaParser::VarContext::VarContext(ParserRuleContext *parent, size_t invokingState)
2225 : ParserRuleContext(parent, invokingState) {
2226}
2227
2228tree::TerminalNode* LuaParser::VarContext::NAME() {
2229 return getToken(LuaParser::NAME, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected