CELLexer constructor

CELLexer(
  1. CharStream input
)

Implementation

CELLexer(CharStream input) : super(input) {
  interpreter = LexerATNSimulator(_ATN, _decisionToDFA, _sharedContextCache, recog: this);
}