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

Method PrefixexpContext

generated/LuaParser.cpp:2084–2086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082//----------------- PrefixexpContext ------------------------------------------------------------------
2083
2084LuaParser::PrefixexpContext::PrefixexpContext(ParserRuleContext *parent, size_t invokingState)
2085 : ParserRuleContext(parent, invokingState) {
2086}
2087
2088LuaParser::VarOrExpContext* LuaParser::PrefixexpContext::varOrExp() {
2089 return getRuleContext<LuaParser::VarOrExpContext>(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected