org.sablecc.php4.lexer
Class Lexer.State

Object
  extended byorg.sablecc.php4.lexer.Lexer.State
Enclosing class:
Lexer

public static class Lexer.State
extends Object


Field Summary
static Lexer.State BACKTICK
           
static Lexer.State CODE
           
static Lexer.State HEREDOC
           
static Lexer.State HTML
           
static Lexer.State STRING
           
 
Method Summary
 int id()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML

public static final Lexer.State HTML

CODE

public static final Lexer.State CODE

STRING

public static final Lexer.State STRING

HEREDOC

public static final Lexer.State HEREDOC

BACKTICK

public static final Lexer.State BACKTICK
Method Detail

id

public int id()