Interface AngleBracketTemplateLexerTokenTypes
-
- All Known Implementing Classes:
AngleBracketTemplateLexer
public interface AngleBracketTemplateLexerTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description 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
LINE_BREAK
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
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
-
ELSEIF
static final int ELSEIF
- 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
-
REGION_REF
static final int REGION_REF
- See Also:
- Constant Field Values
-
REGION_DEF
static final int REGION_DEF
- 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_CHAR
static final int ESC_CHAR
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
HEX
static final int HEX
- 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
-
LINE_BREAK
static final int LINE_BREAK
- See Also:
- Constant Field Values
-
-