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

Method NIL

generated/LuaParser.cpp:1887–1889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1885}
1886
1887tree::TerminalNode* LuaParser::ExpContext::NIL() {
1888 return getToken(LuaParser::NIL, 0);
1889}
1890
1891tree::TerminalNode* LuaParser::ExpContext::FALSE() {
1892 return getToken(LuaParser::FALSE, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected