Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ IF
Method
IF
generated/LuaParser.cpp:799–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
tree::TerminalNode* LuaParser::IfStatContext::IF() {
800
return getToken(LuaParser::IF, 0);
801
}
802
803
std::vector<LuaParser::ExpContext *> LuaParser::IfStatContext::exp() {
804
return getRuleContexts<LuaParser::ExpContext>();
Callers
1
visitIfStat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected