类的使用
org.antlr.runtime.ANTLRStringStream
-
使用ANTLRStringStream的程序包 程序包 说明 org.antlr.runtime -
-
org.antlr.runtime中ANTLRStringStream的使用
org.antlr.runtime中ANTLRStringStream的子类 修饰符和类型 类 说明 class
ANTLRFileStream
This is a char buffer stream that is loaded from a file all at once when you construct the object.class
ANTLRInputStream
A kind of ReaderStream that pulls from an InputStream.class
ANTLRReaderStream
Vacuum all input from a Reader and then treat it like a StringStream.
-