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

Method FieldContext

generated/LuaParser.cpp:2981–2983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2979//----------------- FieldContext ------------------------------------------------------------------
2980
2981LuaParser::FieldContext::FieldContext(ParserRuleContext *parent, size_t invokingState)
2982 : ParserRuleContext(parent, invokingState) {
2983}
2984
2985tree::TerminalNode* LuaParser::FieldContext::LSB() {
2986 return getToken(LuaParser::LSB, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected