forked from jasder/antlr
fix from 3.4
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8671]
This commit is contained in:
parent
1d6ce54816
commit
d6e4d5fb42
|
@ -65,6 +65,7 @@ public class Parser extends BaseRecognizer {
|
||||||
t.line = current.getLine();
|
t.line = current.getLine();
|
||||||
t.charPositionInLine = current.getCharPositionInLine();
|
t.charPositionInLine = current.getCharPositionInLine();
|
||||||
t.channel = Token.DEFAULT_CHANNEL;
|
t.channel = Token.DEFAULT_CHANNEL;
|
||||||
|
t.input = current.getInputStream();
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue