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

Method FALSE

generated/LuaParser.cpp:1891–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1889}
1890
1891tree::TerminalNode* LuaParser::ExpContext::FALSE() {
1892 return getToken(LuaParser::FALSE, 0);
1893}
1894
1895tree::TerminalNode* LuaParser::ExpContext::TRUE() {
1896 return getToken(LuaParser::TRUE, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected