Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)

Search



AngleBracketTemplateLexerTokenTypes


org.antlr.stringtemplate.language
Interface AngleBracketTemplateLexerTokenTypes

All Known Implementing Classes:
AngleBracketTemplateLexer

public interface AngleBracketTemplateLexerTokenTypes


Field Summary
static int ACTION
           
static int COMMENT
           
static int ELSE
           
static int ELSEIF
           
static int ENDIF
           
static int EOF
           
static int ESC
           
static int ESC_CHAR
           
static int EXPR
           
static int HEX
           
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 REGION_DEF
           
static int REGION_REF
           
static int SUBTEMPLATE
           
static int TEMPLATE
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

NEWLINE

public static final int NEWLINE
See Also:
Constant Field Values

ACTION

public static final int ACTION
See Also:
Constant Field Values

IF

public static final int IF
See Also:
Constant Field Values

ELSEIF

public static final int ELSEIF
See Also:
Constant Field Values

ELSE

public static final int ELSE
See Also:
Constant Field Values

ENDIF

public static final int ENDIF
See Also:
Constant Field Values

REGION_REF

public static final int REGION_REF
See Also:
Constant Field Values

REGION_DEF

public static final int REGION_DEF
See Also:
Constant Field Values

EXPR

public static final int EXPR
See Also:
Constant Field Values

TEMPLATE

public static final int TEMPLATE
See Also:
Constant Field Values

IF_EXPR

public static final int IF_EXPR
See Also:
Constant Field Values

ESC_CHAR

public static final int ESC_CHAR
See Also:
Constant Field Values

ESC

public static final int ESC
See Also:
Constant Field Values

HEX

public static final int HEX
See Also:
Constant Field Values

SUBTEMPLATE

public static final int SUBTEMPLATE
See Also:
Constant Field Values

NESTED_PARENS

public static final int NESTED_PARENS
See Also:
Constant Field Values

INDENT

public static final int INDENT
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values