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

Method FuncbodyContext

generated/LuaParser.cpp:2659–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657//----------------- FuncbodyContext ------------------------------------------------------------------
2658
2659LuaParser::FuncbodyContext::FuncbodyContext(ParserRuleContext *parent, size_t invokingState)
2660 : ParserRuleContext(parent, invokingState) {
2661}
2662
2663tree::TerminalNode* LuaParser::FuncbodyContext::LP() {
2664 return getToken(LuaParser::LP, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected