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

Method VarSuffixContext

generated/LuaParser.cpp:2323–2325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2321//----------------- VarSuffixContext ------------------------------------------------------------------
2322
2323LuaParser::VarSuffixContext::VarSuffixContext(ParserRuleContext *parent, size_t invokingState)
2324 : ParserRuleContext(parent, invokingState) {
2325}
2326
2327tree::TerminalNode* LuaParser::VarSuffixContext::LSB() {
2328 return getToken(LuaParser::LSB, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected