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

Method FOR

generated/LuaParser.cpp:918–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918tree::TerminalNode* LuaParser::ForStatContext::FOR() {
919 return getToken(LuaParser::FOR, 0);
920}
921
922tree::TerminalNode* LuaParser::ForStatContext::NAME() {
923 return getToken(LuaParser::NAME, 0);

Callers 2

visitForStatMethod · 0.80
visitForInStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected