org.antlr.stringtemplate.language
Interface TemplateParserTokenTypes

All Known Implementing Classes:
DefaultTemplateLexer, TemplateParser

public interface TemplateParserTokenTypes


Field Summary
static int ACTION
           
static int COMMENT
           
static int ELSE
           
static int ENDIF
           
static int EOF
           
static int ESC
           
static int EXPR
           
static int IF
           
static int IF_EXPR
           
static int INDENT
           
static int LITERAL
           
static int NESTED_PARENS
           
static int NEWLINE
           
static int NULL_TREE_LOOKAHEAD
           
static int SUBTEMPLATE
           
static int TEMPLATE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

LITERAL

static final int LITERAL
See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values

ACTION

static final int ACTION
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

ENDIF

static final int ENDIF
See Also:
Constant Field Values

EXPR

static final int EXPR
See Also:
Constant Field Values

TEMPLATE

static final int TEMPLATE
See Also:
Constant Field Values

IF_EXPR

static final int IF_EXPR
See Also:
Constant Field Values

ESC

static final int ESC
See Also:
Constant Field Values

SUBTEMPLATE

static final int SUBTEMPLATE
See Also:
Constant Field Values

NESTED_PARENS

static final int NESTED_PARENS
See Also:
Constant Field Values

INDENT

static final int INDENT
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values


Copyright ? 2006-2009 Terence Parr