类的使用
org.antlr.runtime.CharStreamState
-
使用CharStreamState的程序包 程序包 说明 org.antlr.runtime -
-
org.antlr.runtime中CharStreamState的使用
类型参数类型为CharStreamState的org.antlr.runtime中的字段 修饰符和类型 字段 说明 protected java.util.List<CharStreamState>
ANTLRStringStream. markers
A list of CharStreamState objects that tracks the stream state values line, charPositionInLine, and p that can change as you move through the input stream.
-