forked from jasder/antlr
Merge branch 'master' into nogenerics-in-error-listener-2nd-try
This commit is contained in:
commit
71bd16020f
|
@ -99,6 +99,8 @@ public abstract class Lexer extends Recognizer<Integer, LexerATNSimulator>
|
|||
*/
|
||||
public String _text;
|
||||
|
||||
public Lexer() { }
|
||||
|
||||
public Lexer(CharStream input) {
|
||||
this._input = input;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue