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

Method ELLIPSIS

generated/LuaParser.cpp:1907–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905}
1906
1907tree::TerminalNode* LuaParser::ExpContext::ELLIPSIS() {
1908 return getToken(LuaParser::ELLIPSIS, 0);
1909}
1910
1911LuaParser::PrefixexpContext* LuaParser::ExpContext::prefixexp() {
1912 return getRuleContext<LuaParser::PrefixexpContext>(0);

Callers 1

visitParlistMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected