terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Interface TokenTypes

All Known Implementing Classes:
PathTokenStream, TerpParser, TextTokenStream, TokenStream

public interface TokenTypes

Global definitions.


Field Summary
static int AMPER
           
static int ASS
           
static int AT
           
static int BACKSLASH
           
static int BEGIN_EMBEDDED
           
static int BOOLEAN
           
static int CHAR_LITERAL
           
static int CIRCON
           
static int COLON
           
static int COMMA
           
static int DIV
           
static int DIV_ASS
           
static int DOT
           
static int DOT2
           
static int DQUOTE
           
static int END_EMBEDDED
           
static int EOF
           
static int EQUALS
           
static int ERROR
           
static int EXCLAM
           
static int FILESEP
           
static int GE
           
static int GT
           
static int HASH
           
static int HIDDEN
           
static int ID
           
static int LBRACE
           
static int LCURLY
           
static int LE
           
static int LOG_AND
           
static int LOG_OR
           
static int LPAREN
           
static int LT
           
static int MATCH
           
static int MINUS
           
static int MINUS_ASS
           
static int MINUS2
           
static int MOD
           
static int MOD_ASS
           
static int MULT
           
static int MULT_ASS
           
static int NORMAL
           
static int NOT_EQ
           
static int NOT_MATCH
           
static int NULL
           
static int NUMERIC_LITERAL
           
static int PATHSEP
           
static int PLUS
           
static int PLUS_ASS
           
static int PLUS2
           
static int QUEST
           
static int QUOTE
           
static int RBRACE
           
static int RCURLY
           
static int RPAREN
           
static int SEMI
           
static int STATE_EMBEDDED
           
static int STATE_START
           
static int STRING_LITERAL
           
static int TEXT
           
static int TILDE
           
static int VERT
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

TEXT

static final int TEXT
See Also:
Constant Field Values

PATHSEP

static final int PATHSEP
See Also:
Constant Field Values

FILESEP

static final int FILESEP
See Also:
Constant Field Values

BEGIN_EMBEDDED

static final int BEGIN_EMBEDDED
See Also:
Constant Field Values

END_EMBEDDED

static final int END_EMBEDDED
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

NUMERIC_LITERAL

static final int NUMERIC_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

CHAR_LITERAL

static final int CHAR_LITERAL
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

QUEST

static final int QUEST
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

LCURLY

static final int LCURLY
See Also:
Constant Field Values

RCURLY

static final int RCURLY
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

PLUS2

static final int PLUS2
See Also:
Constant Field Values

PLUS_ASS

static final int PLUS_ASS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

MINUS2

static final int MINUS2
See Also:
Constant Field Values

MINUS_ASS

static final int MINUS_ASS
See Also:
Constant Field Values

MULT

static final int MULT
See Also:
Constant Field Values

MULT_ASS

static final int MULT_ASS
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

DIV_ASS

static final int DIV_ASS
See Also:
Constant Field Values

MOD

static final int MOD
See Also:
Constant Field Values

MOD_ASS

static final int MOD_ASS
See Also:
Constant Field Values

NOT_EQ

static final int NOT_EQ
See Also:
Constant Field Values

NOT_MATCH

static final int NOT_MATCH
See Also:
Constant Field Values

EXCLAM

static final int EXCLAM
See Also:
Constant Field Values

MATCH

static final int MATCH
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

ASS

static final int ASS
See Also:
Constant Field Values

LOG_AND

static final int LOG_AND
See Also:
Constant Field Values

LOG_OR

static final int LOG_OR
See Also:
Constant Field Values

AMPER

static final int AMPER
See Also:
Constant Field Values

VERT

static final int VERT
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

DOT2

static final int DOT2
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

HASH

static final int HASH
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

QUOTE

static final int QUOTE
See Also:
Constant Field Values

DQUOTE

static final int DQUOTE
See Also:
Constant Field Values

BACKSLASH

static final int BACKSLASH
See Also:
Constant Field Values

AT

static final int AT
See Also:
Constant Field Values

CIRCON

static final int CIRCON
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

HIDDEN

static final int HIDDEN
See Also:
Constant Field Values

NORMAL

static final int NORMAL
See Also:
Constant Field Values

STATE_START

static final int STATE_START
See Also:
Constant Field Values

STATE_EMBEDDED

static final int STATE_EMBEDDED
See Also:
Constant Field Values

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.