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

Method getRuleIndex

generated/LuaParser.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53size_t LuaParser::ChunkContext::getRuleIndex() const {
54 return LuaParser::RuleChunk;
55}
56
57antlrcpp::Any LuaParser::ChunkContext::accept(tree::ParseTreeVisitor *visitor) {
58 if (auto parserVisitor = dynamic_cast<LuaVisitor*>(visitor))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected