sidekick.css.parser
Interface CSS3ParserConstants

All Known Implementing Classes:
CSS3Parser, CSS3ParserTokenManager

public interface CSS3ParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int _IDENT
          RegularExpression Id.
static int _INVALID
          RegularExpression Id.
static int _S
          RegularExpression Id.
static int _STRING
          RegularExpression Id.
static int _URL
          RegularExpression Id.
static int _W
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ANGLE
          RegularExpression Id.
static int ANY
          RegularExpression Id.
static int ATBOTTOM
          RegularExpression Id.
static int ATCOUNTER
          RegularExpression Id.
static int ATKEYWORD
          RegularExpression Id.
static int ATLEFT
          RegularExpression Id.
static int ATRIGHT
          RegularExpression Id.
static int ATTOP
          RegularExpression Id.
static int CDC
          RegularExpression Id.
static int CDO
          RegularExpression Id.
static int CHARSET_SYM
          RegularExpression Id.
static int CLASS
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COLOR_PROFILE
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int DASHMATCH
          RegularExpression Id.
static int DATE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIMEN
          RegularExpression Id.
static int DIV
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int EMS
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int ESCAPE
          RegularExpression Id.
static int EXS
          RegularExpression Id.
static int FONT_FACE_SYM
          RegularExpression Id.
static int FREQ
          RegularExpression Id.
static int FUNCTION
          RegularExpression Id.
static int FUNCTIONLANG
          RegularExpression Id.
static int FUNCTIONNOT
          RegularExpression Id.
static int GREATER
          RegularExpression Id.
static int H
          RegularExpression Id.
static int HASH
          RegularExpression Id.
static int HASHIDENT
          RegularExpression Id.
static int HTMLENDTAG
          RegularExpression Id.
static int HTMLSTARTTAG
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int IMPORT_SYM
          RegularExpression Id.
static int IMPORTANT_SYM
          RegularExpression Id.
static int INCLUDES
          RegularExpression Id.
static int INVALID
          RegularExpression Id.
static int INVALID1
          RegularExpression Id.
static int INVALID2
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LENGTH
          RegularExpression Id.
static int LPARAN
          RegularExpression Id.
static int MEDIA_SYM
          RegularExpression Id.
static int MEDIARESTRICTOR
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NAMESPACE_SYM
          RegularExpression Id.
static int NL
          RegularExpression Id.
static int NMCHAR
          RegularExpression Id.
static int NMSTART
          RegularExpression Id.
static int NONASCII
          RegularExpression Id.
static int NUM
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int PAGE_SYM
          RegularExpression Id.
static int PERCENTAGE
          RegularExpression Id.
static int PHONETIC_ALPHABET_SYM
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PREF_SYM
          RegularExpression Id.
static int PREFIXMATCH
          RegularExpression Id.
static int PSEUDOELEMENT_SYM
          RegularExpression Id.
static int RANGE
          RegularExpression Id.
static int RANGE0
          RegularExpression Id.
static int RANGE1
          RegularExpression Id.
static int RANGE2
          RegularExpression Id.
static int RANGE3
          RegularExpression Id.
static int RANGE4
          RegularExpression Id.
static int RANGE5
          RegularExpression Id.
static int RANGE6
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int RESOLUTION
          RegularExpression Id.
static int RPARAN
          RegularExpression Id.
static int S
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING1
          RegularExpression Id.
static int STRING2
          RegularExpression Id.
static int SUBSTRINGMATCH
          RegularExpression Id.
static int SUFFIXMATCH
          RegularExpression Id.
static int TILDE
          RegularExpression Id.
static int TIME
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int UNI
          RegularExpression Id.
static int UNICODE
          RegularExpression Id.
static int UNICODERANGE
          RegularExpression Id.
static int URL
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

H

static final int H
RegularExpression Id.

See Also:
Constant Field Values

NONASCII

static final int NONASCII
RegularExpression Id.

See Also:
Constant Field Values

UNICODE

static final int UNICODE
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

NMSTART

static final int NMSTART
RegularExpression Id.

See Also:
Constant Field Values

NMCHAR

static final int NMCHAR
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

INVALID1

static final int INVALID1
RegularExpression Id.

See Also:
Constant Field Values

INVALID2

static final int INVALID2
RegularExpression Id.

See Also:
Constant Field Values

_IDENT

static final int _IDENT
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

NUM

static final int NUM
RegularExpression Id.

See Also:
Constant Field Values

_STRING

static final int _STRING
RegularExpression Id.

See Also:
Constant Field Values

_INVALID

static final int _INVALID
RegularExpression Id.

See Also:
Constant Field Values

_URL

static final int _URL
RegularExpression Id.

See Also:
Constant Field Values

_S

static final int _S
RegularExpression Id.

See Also:
Constant Field Values

_W

static final int _W
RegularExpression Id.

See Also:
Constant Field Values

NL

static final int NL
RegularExpression Id.

See Also:
Constant Field Values

S

static final int S
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

INCLUDES

static final int INCLUDES
RegularExpression Id.

See Also:
Constant Field Values

DASHMATCH

static final int DASHMATCH
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

GREATER

static final int GREATER
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

TILDE

static final int TILDE
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

INVALID

static final int INVALID
RegularExpression Id.

See Also:
Constant Field Values

IDENT

static final int IDENT
RegularExpression Id.

See Also:
Constant Field Values

HASHIDENT

static final int HASHIDENT
RegularExpression Id.

See Also:
Constant Field Values

HASH

static final int HASH
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

PREFIXMATCH

static final int PREFIXMATCH
RegularExpression Id.

See Also:
Constant Field Values

SUFFIXMATCH

static final int SUFFIXMATCH
RegularExpression Id.

See Also:
Constant Field Values

SUBSTRINGMATCH

static final int SUBSTRINGMATCH
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

DIV

static final int DIV
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

ANY

static final int ANY
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

RPARAN

static final int RPARAN
RegularExpression Id.

See Also:
Constant Field Values

LPARAN

static final int LPARAN
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

MEDIARESTRICTOR

static final int MEDIARESTRICTOR
RegularExpression Id.

See Also:
Constant Field Values

URL

static final int URL
RegularExpression Id.

See Also:
Constant Field Values

LENGTH

static final int LENGTH
RegularExpression Id.

See Also:
Constant Field Values

EMS

static final int EMS
RegularExpression Id.

See Also:
Constant Field Values

EXS

static final int EXS
RegularExpression Id.

See Also:
Constant Field Values

ANGLE

static final int ANGLE
RegularExpression Id.

See Also:
Constant Field Values

TIME

static final int TIME
RegularExpression Id.

See Also:
Constant Field Values

FREQ

static final int FREQ
RegularExpression Id.

See Also:
Constant Field Values

RESOLUTION

static final int RESOLUTION
RegularExpression Id.

See Also:
Constant Field Values

DATE

static final int DATE
RegularExpression Id.

See Also:
Constant Field Values

DIMEN

static final int DIMEN
RegularExpression Id.

See Also:
Constant Field Values

PERCENTAGE

static final int PERCENTAGE
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

IMPORTANT_SYM

static final int IMPORTANT_SYM
RegularExpression Id.

See Also:
Constant Field Values

PSEUDOELEMENT_SYM

static final int PSEUDOELEMENT_SYM
RegularExpression Id.

See Also:
Constant Field Values

CHARSET_SYM

static final int CHARSET_SYM
RegularExpression Id.

See Also:
Constant Field Values

IMPORT_SYM

static final int IMPORT_SYM
RegularExpression Id.

See Also:
Constant Field Values

NAMESPACE_SYM

static final int NAMESPACE_SYM
RegularExpression Id.

See Also:
Constant Field Values

MEDIA_SYM

static final int MEDIA_SYM
RegularExpression Id.

See Also:
Constant Field Values

PAGE_SYM

static final int PAGE_SYM
RegularExpression Id.

See Also:
Constant Field Values

FONT_FACE_SYM

static final int FONT_FACE_SYM
RegularExpression Id.

See Also:
Constant Field Values

PREF_SYM

static final int PREF_SYM
RegularExpression Id.

See Also:
Constant Field Values

COLOR_PROFILE

static final int COLOR_PROFILE
RegularExpression Id.

See Also:
Constant Field Values

ATTOP

static final int ATTOP
RegularExpression Id.

See Also:
Constant Field Values

ATRIGHT

static final int ATRIGHT
RegularExpression Id.

See Also:
Constant Field Values

ATBOTTOM

static final int ATBOTTOM
RegularExpression Id.

See Also:
Constant Field Values

ATLEFT

static final int ATLEFT
RegularExpression Id.

See Also:
Constant Field Values

ATCOUNTER

static final int ATCOUNTER
RegularExpression Id.

See Also:
Constant Field Values

PHONETIC_ALPHABET_SYM

static final int PHONETIC_ALPHABET_SYM
RegularExpression Id.

See Also:
Constant Field Values

ATKEYWORD

static final int ATKEYWORD
RegularExpression Id.

See Also:
Constant Field Values

RANGE0

static final int RANGE0
RegularExpression Id.

See Also:
Constant Field Values

RANGE1

static final int RANGE1
RegularExpression Id.

See Also:
Constant Field Values

RANGE2

static final int RANGE2
RegularExpression Id.

See Also:
Constant Field Values

RANGE3

static final int RANGE3
RegularExpression Id.

See Also:
Constant Field Values

RANGE4

static final int RANGE4
RegularExpression Id.

See Also:
Constant Field Values

RANGE5

static final int RANGE5
RegularExpression Id.

See Also:
Constant Field Values

RANGE6

static final int RANGE6
RegularExpression Id.

See Also:
Constant Field Values

RANGE

static final int RANGE
RegularExpression Id.

See Also:
Constant Field Values

UNI

static final int UNI
RegularExpression Id.

See Also:
Constant Field Values

UNICODERANGE

static final int UNICODERANGE
RegularExpression Id.

See Also:
Constant Field Values

CLASS

static final int CLASS
RegularExpression Id.

See Also:
Constant Field Values

FUNCTIONLANG

static final int FUNCTIONLANG
RegularExpression Id.

See Also:
Constant Field Values

FUNCTIONNOT

static final int FUNCTIONNOT
RegularExpression Id.

See Also:
Constant Field Values

FUNCTION

static final int FUNCTION
RegularExpression Id.

See Also:
Constant Field Values

HTMLSTARTTAG

static final int HTMLSTARTTAG
RegularExpression Id.

See Also:
Constant Field Values

HTMLENDTAG

static final int HTMLENDTAG
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.