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

Method TRUE

generated/LuaParser.cpp:1895–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1893}
1894
1895tree::TerminalNode* LuaParser::ExpContext::TRUE() {
1896 return getToken(LuaParser::TRUE, 0);
1897}
1898
1899LuaParser::NumberContext* LuaParser::ExpContext::number() {
1900 return getRuleContext<LuaParser::NumberContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected