Uses of Class
edu.rice.cs.util.BalancingStreamTokenizer.State

Packages that use BalancingStreamTokenizer.State
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of BalancingStreamTokenizer.State in edu.rice.cs.util
 

Fields in edu.rice.cs.util declared as BalancingStreamTokenizer.State
protected  BalancingStreamTokenizer.State BalancingStreamTokenizer._state
          Current state of the tokenizer.
 

Fields in edu.rice.cs.util with type parameters of type BalancingStreamTokenizer.State
protected  Stack<BalancingStreamTokenizer.State> BalancingStreamTokenizer._stateStack
          Stack of previous states.
 

Methods in edu.rice.cs.util that return BalancingStreamTokenizer.State
 BalancingStreamTokenizer.State BalancingStreamTokenizer.getState()
          Return a copy of the current state of the tokenizer.
 

Methods in edu.rice.cs.util with parameters of type BalancingStreamTokenizer.State
 void BalancingStreamTokenizer.setState(BalancingStreamTokenizer.State state)
          Set the stream tokenizer the the state specified.
 

Constructors in edu.rice.cs.util with parameters of type BalancingStreamTokenizer.State
BalancingStreamTokenizer.State(BalancingStreamTokenizer.State o)
          Copy constructor.