EnvLexer constructor

EnvLexer(
  1. CharStream input
)

Implementation

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