org.jsesoft.jpp
Class SeparatorState

java.lang.Object
  |
  +--org.jsesoft.jpp.State
        |
        +--org.jsesoft.jpp.SymbolState
              |
              +--org.jsesoft.jpp.SeparatorState

public class SeparatorState
extends SymbolState

Scans the separators from the reader

Version:
1.0
Author:
JSESoft

Fields inherited from class org.jsesoft.jpp.SymbolState
symbols, tokenType
 
Constructor Summary
SeparatorState()
           
 
Methods inherited from class org.jsesoft.jpp.SymbolState
add, nextToken
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeparatorState

public SeparatorState()