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

Method LinkOperatorContext

generated/LuaParser.cpp:3137–3139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3135//----------------- LinkOperatorContext ------------------------------------------------------------------
3136
3137LuaParser::LinkOperatorContext::LinkOperatorContext(ParserRuleContext *parent, size_t invokingState)
3138 : ParserRuleContext(parent, invokingState) {
3139}
3140
3141tree::TerminalNode* LuaParser::LinkOperatorContext::LT() {
3142 return getToken(LuaParser::LT, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected