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

Method FieldsepContext

generated/LuaParser.cpp:3079–3081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3077//----------------- FieldsepContext ------------------------------------------------------------------
3078
3079LuaParser::FieldsepContext::FieldsepContext(ParserRuleContext *parent, size_t invokingState)
3080 : ParserRuleContext(parent, invokingState) {
3081}
3082
3083tree::TerminalNode* LuaParser::FieldsepContext::COMMA() {
3084 return getToken(LuaParser::COMMA, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected