| 3276 | } |
| 3277 | |
| 3278 | tree::TerminalNode* LuaParser::NumberContext::FLOAT() { |
| 3279 | return getToken(LuaParser::FLOAT, 0); |
| 3280 | } |
| 3281 | |
| 3282 | tree::TerminalNode* LuaParser::NumberContext::HEX_FLOAT() { |
| 3283 | return getToken(LuaParser::HEX_FLOAT, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected