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