Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ ELSEIF
Method
ELSEIF
generated/LuaParser.cpp:831–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
829
}
830
831
std::vector<tree::TerminalNode *> LuaParser::IfStatContext::ELSEIF() {
832
return getTokens(LuaParser::ELSEIF);
833
}
834
835
tree::TerminalNode* LuaParser::IfStatContext::ELSEIF(size_t i) {
836
return getToken(LuaParser::ELSEIF, i);
Callers
1
visitIfStat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected