MCPcopy 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
799tree::TerminalNode* LuaParser::IfStatContext::IF() {
800 return getToken(LuaParser::IF, 0);
801}
802
803std::vector<LuaParser::ExpContext *> LuaParser::IfStatContext::exp() {
804 return getRuleContexts<LuaParser::ExpContext>();

Callers 1

visitIfStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected