com.google.clearsilver.jsilver.syntax.lexer
Class Lexer.State

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.lexer.Lexer.State
Enclosing class:
Lexer

public static class Lexer.State
extends Object


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

Field Detail

CONTENT

public static final Lexer.State CONTENT

COMMAND

public static final Lexer.State COMMAND

ARGS

public static final Lexer.State ARGS

COMMENT

public static final Lexer.State COMMENT
Method Detail

id

public int id()


Copyright © 2010-2012 Google. All Rights Reserved.