Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
654
tree::TerminalNode* LuaParser::WhileStatContext::WHILE() {
655
return getToken(LuaParser::WHILE, 0);
656
}
657
658
LuaParser::ExpContext* LuaParser::WhileStatContext::exp() {
659
return getRuleContext<LuaParser::ExpContext>(0);
Callers
1
visitWhileStat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected