org.antlr.runtime
Class CharStreamState

java.lang.Object
  extended by org.antlr.runtime.CharStreamState

public class CharStreamState
extends java.lang.Object

When walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the input stream (char index, line, etc...) so that we can rewind the state after scanning ahead. This is the complete state of a stream.


Constructor Summary
CharStreamState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharStreamState

public CharStreamState()


Copyright © 2013. All Rights Reserved.