Uses of Class
org.antlr.runtime.CharStreamState
Packages that use CharStreamState
-
Uses of CharStreamState in org.antlr.runtime
Fields in org.antlr.runtime with type parameters of type CharStreamStateModifier and TypeFieldDescriptionprotected 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.