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

Method varSuffix

generated/LuaParser.cpp:2244–2246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2242}
2243
2244std::vector<LuaParser::VarSuffixContext *> LuaParser::VarContext::varSuffix() {
2245 return getRuleContexts<LuaParser::VarSuffixContext>();
2246}
2247
2248LuaParser::VarSuffixContext* LuaParser::VarContext::varSuffix(size_t i) {
2249 return getRuleContext<LuaParser::VarSuffixContext>(i);

Callers 3

visitVarMethod · 0.80
visitVarSuffixMethod · 0.80
visitNextNameAndArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected