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

Method AttribContext

generated/LuaParser.cpp:1751–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749//----------------- AttribContext ------------------------------------------------------------------
1750
1751LuaParser::AttribContext::AttribContext(ParserRuleContext *parent, size_t invokingState)
1752 : ParserRuleContext(parent, invokingState) {
1753}
1754
1755tree::TerminalNode* LuaParser::AttribContext::LT() {
1756 return getToken(LuaParser::LT, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected