public JavascriptLexer(ICharStream input) : this(input, new RecognizerSharedState( )) { dfa9 = new JavascriptLexer.DFA9(this, this); }
public JavascriptLexer(ICharStream input, RecognizerSharedState state) : base(input , state) { dfa9 = new JavascriptLexer.DFA9(this, this); }
public JavascriptLexer() { dfa9 = new JavascriptLexer.DFA9(this, this); }