Class ANTLRFileStream

java.lang.Object
org.antlr.v4.runtime.ANTLRInputStream
org.antlr.v4.runtime.ANTLRFileStream
All Implemented Interfaces:
CharStream, IntStream

public class ANTLRFileStream extends ANTLRInputStream
Deprecated.
as of 4.7 Please use CharStreams interface.
This is an ANTLRInputStream that is loaded from a file all at once when you construct the object.