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

Method WHILE

generated/LuaParser.cpp:654–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654tree::TerminalNode* LuaParser::WhileStatContext::WHILE() {
655 return getToken(LuaParser::WHILE, 0);
656}
657
658LuaParser::ExpContext* LuaParser::WhileStatContext::exp() {
659 return getRuleContext<LuaParser::ExpContext>(0);

Callers 1

visitWhileStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected