jaxx.compiler.css.parser
Interface CSSParserConstants
- All Known Implementing Classes:
- CSSParser, CSSParserTokenManager
public interface CSSParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
PSEUDOCLASS_IDENTIFIER
static final int PSEUDOCLASS_IDENTIFIER
- See Also:
- Constant Field Values
PSEUDOCLASS_COLON
static final int PSEUDOCLASS_COLON
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
LEFT_BRACE
static final int LEFT_BRACE
- See Also:
- Constant Field Values
RIGHT_BRACE
static final int RIGHT_BRACE
- See Also:
- Constant Field Values
JAVA_CODE_START
static final int JAVA_CODE_START
- See Also:
- Constant Field Values
JAVA_CODE
static final int JAVA_CODE
- See Also:
- Constant Field Values
JAVA_CODE_END
static final int JAVA_CODE_END
- See Also:
- Constant Field Values
PROGRAMMATIC_PSEUDOCLASS
static final int PROGRAMMATIC_PSEUDOCLASS
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
HEXCOLOR
static final int HEXCOLOR
- See Also:
- Constant Field Values
HEXDIGIT
static final int HEXDIGIT
- See Also:
- Constant Field Values
EMS
static final int EMS
- See Also:
- Constant Field Values
EXS
static final int EXS
- See Also:
- Constant Field Values
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_RULE
static final int IN_RULE
- See Also:
- Constant Field Values
JAVA_CODE_RULE
static final int JAVA_CODE_RULE
- See Also:
- Constant Field Values
IN_PSEUDOCLASS
static final int IN_PSEUDOCLASS
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2008-2011 CodeLutin. All Rights Reserved.