Package com.helger.css.parser
Interface ParserCSSCharsetDetectorConstants
-
- All Known Implementing Classes:
ParserCSSCharsetDetector,ParserCSSCharsetDetectorTokenManager
public interface ParserCSSCharsetDetectorConstantsToken literal values and constants. Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCDCRegularExpression Id.static intCDORegularExpression Id.static intCHARSET_SYMRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intESCAPERegularExpression Id.static intESCAPE_OTHERRegularExpression Id.static intESCAPE_UNICODERegularExpression Id.static intHRegularExpression Id.static intHNUMRegularExpression Id.static intIN_COMMENTLexical state.static intRESTRegularExpression Id.static intSRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSTRING_EOLRegularExpression Id.static intSTRING1RegularExpression Id.static intSTRING2RegularExpression Id.static String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
S
static final int S
RegularExpression Id.- See Also:
- Constant Field Values
-
H
static final int H
RegularExpression Id.- See Also:
- Constant Field Values
-
HNUM
static final int HNUM
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE_UNICODE
static final int ESCAPE_UNICODE
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE_OTHER
static final int ESCAPE_OTHER
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPE
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_EOL
static final int STRING_EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING1
static final int STRING1
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING2
static final int STRING2
RegularExpression Id.- See Also:
- Constant Field Values
-
CDO
static final int CDO
RegularExpression Id.- See Also:
- Constant Field Values
-
CDC
static final int CDC
RegularExpression Id.- See Also:
- Constant Field Values
-
CHARSET_SYM
static final int CHARSET_SYM
RegularExpression Id.- See Also:
- Constant Field Values
-
REST
static final int REST
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-