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

Method GOTO

generated/LuaParser.cpp:548–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548tree::TerminalNode* LuaParser::GotoStatContext::GOTO() {
549 return getToken(LuaParser::GOTO, 0);
550}
551
552tree::TerminalNode* LuaParser::GotoStatContext::NAME() {
553 return getToken(LuaParser::NAME, 0);

Callers 1

visitGotoStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected