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

Method IN

generated/LuaParser.cpp:1033–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033tree::TerminalNode* LuaParser::ForInStatContext::IN() {
1034 return getToken(LuaParser::IN, 0);
1035}
1036
1037LuaParser::ExplistContext* LuaParser::ForInStatContext::explist() {
1038 return getRuleContext<LuaParser::ExplistContext>(0);

Callers 1

visitForInStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected