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 TypeClassDescriptionclassThis is a char buffer stream that is loaded from a file all at once when you construct the object.classA kind of ReaderStream that pulls from an InputStream.classVacuum all input from a Reader and then treat it like a StringStream.