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 intAMPERSANDRegularExpression Id.static intCARETRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCOMMENTLexical state.static intCOMMENT_ENDRegularExpression Id.static intCOMMENT_STARTRegularExpression Id.static intCROSSINGRegularExpression Id.static intDCOLONRegularExpression Id.static intDEFAULTLexical state.static intDEGRegularExpression Id.static intDOLLARRegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intEXCLAMATIONRegularExpression Id.static intFULLSTOPRegularExpression Id.static intGREATERRegularExpression Id.static intGREATER_EQUALRegularExpression Id.static intHRegularExpression Id.static intHEXCOLORRegularExpression Id.static intIDENTRegularExpression Id.static intLBRACERegularExpression Id.static intLESSRegularExpression Id.static intLESS_EQUALRegularExpression Id.static intLPARRegularExpression Id.static intLSQUARERegularExpression Id.static intMINUSRegularExpression Id.static intNOT_SUBSET_OR_EQUALRegularExpression Id.static intNOT_SUPERSET_OR_EQUALRegularExpression Id.static intPERCENTRegularExpression Id.static intPIPERegularExpression Id.static intPIPE_ZRegularExpression Id.static intPLUSRegularExpression Id.static intPP_ANDRegularExpression Id.static intPP_COMMENTLexical state.static intPP_COMMENT_ENDRegularExpression Id.static intPP_COMMENT_STARTRegularExpression Id.static intPP_NEWLINECHARRegularExpression Id.static intPP_NOTRegularExpression Id.static intPP_ORRegularExpression Id.static intPP_SOMETHING_ELSERegularExpression Id.static intPP_SUPPORTSRegularExpression Id.static intPP_WHITESPACERegularExpression Id.static intPREDEFINEDRegularExpression Id.static intPREPROCESSORLexical state.static intQUESTIONRegularExpression Id.static intRBRACERegularExpression Id.static intREGEXRegularExpression Id.static intREGEX_CHAR_WITHOUT_STARRegularExpression Id.static intRPARRegularExpression Id.static intRSQUARERegularExpression Id.static intSRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSETRegularExpression Id.static intSLASHRegularExpression Id.static intSTARRegularExpression Id.static intSTRINGRegularExpression Id.static intSUBSET_OR_EQUALRegularExpression Id.static intSUPERSET_OR_EQUALRegularExpression Id.static intTILDERegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUFLOATRegularExpression Id.static intUINTRegularExpression Id.static intUNEXPECTED_CHARRegularExpression 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.
-
-