| 1897 | } |
| 1898 | |
| 1899 | LuaParser::NumberContext* LuaParser::ExpContext::number() { |
| 1900 | return getRuleContext<LuaParser::NumberContext>(0); |
| 1901 | } |
| 1902 | |
| 1903 | LuaParser::StringContext* LuaParser::ExpContext::string() { |
| 1904 | return getRuleContext<LuaParser::StringContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected