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

Method prefixexp

generated/LuaParser.cpp:1911–1913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909}
1910
1911LuaParser::PrefixexpContext* LuaParser::ExpContext::prefixexp() {
1912 return getRuleContext<LuaParser::PrefixexpContext>(0);
1913}
1914
1915LuaParser::FunctiondefContext* LuaParser::ExpContext::functiondef() {
1916 return getRuleContext<LuaParser::FunctiondefContext>(0);

Callers 1

visitExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected