Interface MappingParserTokenTypes
-
- All Known Implementing Classes:
MappingLexer,MappingParser
public interface MappingParserTokenTypes- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMAstatic intDIGITstatic intEOFstatic intINTstatic intLETTERstatic intLITERAL_Axisstatic intLITERAL_Chaptersstatic intLITERAL_Columnsstatic intLITERAL_Datastatic intLITERAL_FormattedDatastatic intLITERAL_Pagesstatic intLITERAL_Rowsstatic intLITERAL_Sectionsstatic intLPARENstatic intMINUSstatic intMONDRNAMEstatic intNAMEstatic intNULL_TREE_LOOKAHEADstatic intPLUSstatic intPOINTstatic intQMARKstatic intRPARENstatic intSTARstatic intWS
-
-
-
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_Axis
static final int LITERAL_Axis
- 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
-
LITERAL_Columns
static final int LITERAL_Columns
- See Also:
- Constant Field Values
-
LITERAL_Rows
static final int LITERAL_Rows
- See Also:
- Constant Field Values
-
LITERAL_Pages
static final int LITERAL_Pages
- See Also:
- Constant Field Values
-
LITERAL_Chapters
static final int LITERAL_Chapters
- See Also:
- Constant Field Values
-
LITERAL_Sections
static final int LITERAL_Sections
- See Also:
- Constant Field Values
-
LITERAL_Data
static final int LITERAL_Data
- See Also:
- Constant Field Values
-
LITERAL_FormattedData
static final int LITERAL_FormattedData
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
QMARK
static final int QMARK
- See Also:
- Constant Field Values
-
POINT
static final int POINT
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
MONDRNAME
static final int MONDRNAME
- See Also:
- Constant Field Values
-
NAME
static final int NAME
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
- See Also:
- Constant Field Values
-
-