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

Method getSerializedATN

generated/LuaLexer.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43const std::vector<uint16_t> LuaLexer::getSerializedATN() const {
44 return _serializedATN;
45}
46
47const atn::ATN& LuaLexer::getATN() const {
48 return _atn;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected