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