JSONLexer constructor

JSONLexer(
  1. CharStream input
)

Implementation

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