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

Method ExpContext

generated/LuaParser.cpp:1883–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881//----------------- ExpContext ------------------------------------------------------------------
1882
1883LuaParser::ExpContext::ExpContext(ParserRuleContext *parent, size_t invokingState)
1884 : ParserRuleContext(parent, invokingState) {
1885}
1886
1887tree::TerminalNode* LuaParser::ExpContext::NIL() {
1888 return getToken(LuaParser::NIL, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected