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

Method number

generated/LuaParser.cpp:1899–1901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1897}
1898
1899LuaParser::NumberContext* LuaParser::ExpContext::number() {
1900 return getRuleContext<LuaParser::NumberContext>(0);
1901}
1902
1903LuaParser::StringContext* LuaParser::ExpContext::string() {
1904 return getRuleContext<LuaParser::StringContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected