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

Method StringContext

generated/LuaParser.cpp:3334–3336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3332//----------------- StringContext ------------------------------------------------------------------
3333
3334LuaParser::StringContext::StringContext(ParserRuleContext *parent, size_t invokingState)
3335 : ParserRuleContext(parent, invokingState) {
3336}
3337
3338tree::TerminalNode* LuaParser::StringContext::NORMALSTRING() {
3339 return getToken(LuaParser::NORMALSTRING, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected