Interface AngleBracketTemplateLexerTokenTypes
-
- All Known Implementing Classes:
AngleBracketTemplateLexer
public interface AngleBracketTemplateLexerTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONstatic intCOMMENTstatic intELSEstatic intELSEIFstatic intENDIFstatic intEOFstatic intESCstatic intESC_CHARstatic intEXPRstatic intHEXstatic intIFstatic intIF_EXPRstatic intINDENTstatic intLINE_BREAKstatic intLITERALstatic intNESTED_PARENSstatic intNEWLINEstatic intNULL_TREE_LOOKAHEADstatic intREGION_DEFstatic intREGION_REFstatic intSUBTEMPLATEstatic intTEMPLATE
-
-
-
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
-
-