| 1889 | } |
| 1890 | |
| 1891 | tree::TerminalNode* LuaParser::ExpContext::FALSE() { |
| 1892 | return getToken(LuaParser::FALSE, 0); |
| 1893 | } |
| 1894 | |
| 1895 | tree::TerminalNode* LuaParser::ExpContext::TRUE() { |
| 1896 | return getToken(LuaParser::TRUE, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected