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

Method LP

generated/LuaParser.cpp:2157–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155}
2156
2157tree::TerminalNode* LuaParser::VarOrExpContext::LP() {
2158 return getToken(LuaParser::LP, 0);
2159}
2160
2161LuaParser::ExpContext* LuaParser::VarOrExpContext::exp() {
2162 return getRuleContext<LuaParser::ExpContext>(0);

Callers 5

buildFirstArgumentWsMethod · 0.80
visitVarOrExpMethod · 0.80
visitVarMethod · 0.80
visitArgsMethod · 0.80
visitFuncbodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected