com.bluemarsh.jswat.parser.unicodepreprocessor.lexer
Class Lexer.State

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.unicodepreprocessor.lexer.Lexer.State
Enclosing class:
Lexer

public static class Lexer.State
extends java.lang.Object


Field Summary
static Lexer.State NORMAL
           
static Lexer.State SUB
           
 
Method Summary
 int id()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final Lexer.State NORMAL

SUB

public static final Lexer.State SUB
Method Detail

id

public int id()