org.sablecc.sablecc.lexer
Class Lexer.State

java.lang.Object
  extended by org.sablecc.sablecc.lexer.Lexer.State
Enclosing class:
Lexer

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


Field Summary
private  int id
           
static Lexer.State NORMAL
           
static Lexer.State PACKAGE
           
 
Constructor Summary
private Lexer.State(int id)
           
 
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

PACKAGE

public static final Lexer.State PACKAGE

id

private int id
Constructor Detail

Lexer.State

private Lexer.State(int id)
Method Detail

id

public int id()