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

Method CHARSTRING

generated/LuaParser.cpp:3342–3344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3340}
3341
3342tree::TerminalNode* LuaParser::StringContext::CHARSTRING() {
3343 return getToken(LuaParser::CHARSTRING, 0);
3344}
3345
3346tree::TerminalNode* LuaParser::StringContext::LONGSTRING() {
3347 return getToken(LuaParser::LONGSTRING, 0);

Callers 1

visitStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected