| 1885 | } |
| 1886 | |
| 1887 | tree::TerminalNode* LuaParser::ExpContext::NIL() { |
| 1888 | return getToken(LuaParser::NIL, 0); |
| 1889 | } |
| 1890 | |
| 1891 | tree::TerminalNode* LuaParser::ExpContext::FALSE() { |
| 1892 | return getToken(LuaParser::FALSE, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected