Beispiel #1
0
		public JavascriptLexer(ICharStream input) : this(input, new RecognizerSharedState(
			))
		{
			dfa9 = new JavascriptLexer.DFA9(this, this);
		}
Beispiel #2
0
		public JavascriptLexer(ICharStream input, RecognizerSharedState state) : base(input
			, state)
		{
			dfa9 = new JavascriptLexer.DFA9(this, this);
		}
Beispiel #3
0
		public JavascriptLexer()
		{
			dfa9 = new JavascriptLexer.DFA9(this, this);
		}