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

Method HEX

generated/LuaParser.cpp:3274–3276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3272}
3273
3274tree::TerminalNode* LuaParser::NumberContext::HEX() {
3275 return getToken(LuaParser::HEX, 0);
3276}
3277
3278tree::TerminalNode* LuaParser::NumberContext::FLOAT() {
3279 return getToken(LuaParser::FLOAT, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected