Uses of Class
org.antlr.runtime.ANTLRStringStream
Packages that use ANTLRStringStream
-
Uses of ANTLRStringStream in org.antlr.runtime
Subclasses of ANTLRStringStream in org.antlr.runtimeModifier and TypeClassDescriptionclass
This is a char buffer stream that is loaded from a file all at once when you construct the object.class
A kind of ReaderStream that pulls from an InputStream.class
Vacuum all input from a Reader and then treat it like a StringStream.