com.bluemarsh.jswat.parser
Class UnicodeLexer

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.unicodepreprocessor.lexer.Lexer
        |
        +--com.bluemarsh.jswat.parser.UnicodeLexer

public class UnicodeLexer
extends Lexer


Inner classes inherited from class com.bluemarsh.jswat.parser.unicodepreprocessor.lexer.Lexer
Lexer.State
 
Fields inherited from class com.bluemarsh.jswat.parser.unicodepreprocessor.lexer.Lexer
state, token
 
Constructor Summary
UnicodeLexer(java.io.PushbackReader in)
           
 
Method Summary
protected  void filter()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.unicodepreprocessor.lexer.Lexer
getToken, next, peek, unread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeLexer

public UnicodeLexer(java.io.PushbackReader in)
Method Detail

filter

protected void filter()
Overrides:
filter in class Lexer