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

Method FieldlistContext

generated/LuaParser.cpp:2899–2901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2897//----------------- FieldlistContext ------------------------------------------------------------------
2898
2899LuaParser::FieldlistContext::FieldlistContext(ParserRuleContext *parent, size_t invokingState)
2900 : ParserRuleContext(parent, invokingState) {
2901}
2902
2903std::vector<LuaParser::FieldContext *> LuaParser::FieldlistContext::field() {
2904 return getRuleContexts<LuaParser::FieldContext>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected