Interface MapCSSParserConstants
-
- All Known Implementing Classes:
MapCSSParser
,MapCSSParserTokenManager
public interface MapCSSParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AMPERSAND
RegularExpression Id.static int
CARET
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COMMENT
Lexical state.static int
COMMENT_END
RegularExpression Id.static int
COMMENT_START
RegularExpression Id.static int
CROSSING
RegularExpression Id.static int
DCOLON
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DEG
RegularExpression Id.static int
DOLLAR
RegularExpression Id.static int
EOF
End of File.static int
EQUAL
RegularExpression Id.static int
EXCLAMATION
RegularExpression Id.static int
FULLSTOP
RegularExpression Id.static int
GREATER
RegularExpression Id.static int
GREATER_EQUAL
RegularExpression Id.static int
H
RegularExpression Id.static int
HEXCOLOR
RegularExpression Id.static int
IDENT
RegularExpression Id.static int
LBRACE
RegularExpression Id.static int
LESS
RegularExpression Id.static int
LESS_EQUAL
RegularExpression Id.static int
LPAR
RegularExpression Id.static int
LSQUARE
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
NOT_SUBSET_OR_EQUAL
RegularExpression Id.static int
NOT_SUPERSET_OR_EQUAL
RegularExpression Id.static int
PERCENT
RegularExpression Id.static int
PIPE
RegularExpression Id.static int
PIPE_Z
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PP_AND
RegularExpression Id.static int
PP_COMMENT
Lexical state.static int
PP_COMMENT_END
RegularExpression Id.static int
PP_COMMENT_START
RegularExpression Id.static int
PP_NEWLINECHAR
RegularExpression Id.static int
PP_NOT
RegularExpression Id.static int
PP_OR
RegularExpression Id.static int
PP_SOMETHING_ELSE
RegularExpression Id.static int
PP_SUPPORTS
RegularExpression Id.static int
PP_WHITESPACE
RegularExpression Id.static int
PREDEFINED
RegularExpression Id.static int
PREPROCESSOR
Lexical state.static int
QUESTION
RegularExpression Id.static int
RBRACE
RegularExpression Id.static int
REGEX
RegularExpression Id.static int
REGEX_CHAR_WITHOUT_STAR
RegularExpression Id.static int
RPAR
RegularExpression Id.static int
RSQUARE
RegularExpression Id.static int
S
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SET
RegularExpression Id.static int
SLASH
RegularExpression Id.static int
STAR
RegularExpression Id.static int
STRING
RegularExpression Id.static int
SUBSET_OR_EQUAL
RegularExpression Id.static int
SUPERSET_OR_EQUAL
RegularExpression Id.static int
TILDE
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UFLOAT
RegularExpression Id.static int
UINT
RegularExpression Id.static int
UNEXPECTED_CHAR
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
PP_AND
static final int PP_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_OR
static final int PP_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_NOT
static final int PP_NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_SUPPORTS
static final int PP_SUPPORTS
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_NEWLINECHAR
static final int PP_NEWLINECHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_WHITESPACE
static final int PP_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_COMMENT_START
static final int PP_COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_COMMENT_END
static final int PP_COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
SET
static final int SET
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
RegularExpression Id.- See Also:
- Constant Field Values
-
UINT
static final int UINT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
PREDEFINED
static final int PREDEFINED
RegularExpression Id.- See Also:
- Constant Field Values
-
REGEX_CHAR_WITHOUT_STAR
static final int REGEX_CHAR_WITHOUT_STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
REGEX
static final int REGEX
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAR
static final int LPAR
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAR
static final int RPAR
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
PP_SOMETHING_ELSE
static final int PP_SOMETHING_ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
UFLOAT
static final int UFLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
H
static final int H
RegularExpression Id.- See Also:
- Constant Field Values
-
HEXCOLOR
static final int HEXCOLOR
RegularExpression Id.- See Also:
- Constant Field Values
-
S
static final int S
RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
RegularExpression Id.- See Also:
- Constant Field Values
-
LSQUARE
static final int LSQUARE
RegularExpression Id.- See Also:
- Constant Field Values
-
RSQUARE
static final int RSQUARE
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_EQUAL
static final int GREATER_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_EQUAL
static final int LESS_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER
static final int GREATER
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS
static final int LESS
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXCLAMATION
static final int EXCLAMATION
RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
RegularExpression Id.- See Also:
- Constant Field Values
-
DCOLON
static final int DCOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE_Z
static final int PIPE_Z
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
AMPERSAND
static final int AMPERSAND
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
CARET
static final int CARET
RegularExpression Id.- See Also:
- Constant Field Values
-
FULLSTOP
static final int FULLSTOP
RegularExpression Id.- See Also:
- Constant Field Values
-
DEG
static final int DEG
RegularExpression Id.- See Also:
- Constant Field Values
-
SUBSET_OR_EQUAL
static final int SUBSET_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_SUBSET_OR_EQUAL
static final int NOT_SUBSET_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
SUPERSET_OR_EQUAL
static final int SUPERSET_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_SUPERSET_OR_EQUAL
static final int NOT_SUPERSET_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
CROSSING
static final int CROSSING
RegularExpression Id.- See Also:
- Constant Field Values
-
PERCENT
static final int PERCENT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_START
static final int COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
UNEXPECTED_CHAR
static final int UNEXPECTED_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_END
static final int COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
PREPROCESSOR
static final int PREPROCESSOR
Lexical state.- See Also:
- Constant Field Values
-
PP_COMMENT
static final int PP_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-