com.steadystate.css.parser
Interface SACParserCSS21Constants

All Known Implementing Classes:
SACParserCSS21, SACParserCSS21TokenManager

public interface SACParserCSS21Constants

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


Field Summary
static int A_LETTER
          RegularExpression Id.
static int ANGLE_DEG
          RegularExpression Id.
static int ANGLE_GRAD
          RegularExpression Id.
static int ANGLE_RAD
          RegularExpression Id.
static int ASTERISK
          RegularExpression Id.
static int ATKEYWORD
          RegularExpression Id.
static int C_LETTER
          RegularExpression Id.
static int CDC
          RegularExpression Id.
static int CDO
          RegularExpression Id.
static int CHARSET_SYM
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT
          Lexical state.
static int D_LETTER
          RegularExpression Id.
static int DASHMATCH
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIMENSION
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int E_LETTER
          RegularExpression Id.
static int EMS
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int ESCAPE
          RegularExpression Id.
static int EXS
          RegularExpression Id.
static int FREQ_HZ
          RegularExpression Id.
static int FREQ_KHZ
          RegularExpression Id.
static int FUNCTION
          RegularExpression Id.
static int G_LETTER
          RegularExpression Id.
static int GREATER
          RegularExpression Id.
static int H
          RegularExpression Id.
static int H_LETTER
          RegularExpression Id.
static int HASH
          RegularExpression Id.
static int HNUM
          RegularExpression Id.
static int I_LETTER
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int IMPORT_SYM
          RegularExpression Id.
static int IMPORTANT_KEYWORD
          RegularExpression Id.
static int IMPORTANT_SYM
          RegularExpression Id.
static int INCLUDES
          RegularExpression Id.
static int INHERIT
          RegularExpression Id.
static int K_LETTER
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LENGTH_CM
          RegularExpression Id.
static int LENGTH_IN
          RegularExpression Id.
static int LENGTH_MM
          RegularExpression Id.
static int LENGTH_PC
          RegularExpression Id.
static int LENGTH_PT
          RegularExpression Id.
static int LENGTH_PX
          RegularExpression Id.
static int LSQUARE
          RegularExpression Id.
static int M_LETTER
          RegularExpression Id.
static int MEDIA_SYM
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int N_LETTER
          RegularExpression Id.
static int NAME
          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 P_LETTER
          RegularExpression Id.
static int PAGE_SYM
          RegularExpression Id.
static int PERCENTAGE
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int Q11
          RegularExpression Id.
static int Q12
          RegularExpression Id.
static int Q13
          RegularExpression Id.
static int Q14
          RegularExpression Id.
static int Q15
          RegularExpression Id.
static int Q16
          RegularExpression Id.
static int R_LETTER
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RROUND
          RegularExpression Id.
static int RSQUARE
          RegularExpression Id.
static int S
          RegularExpression Id.
static int S_LETTER
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING1
          RegularExpression Id.
static int STRING2
          RegularExpression Id.
static int T_LETTER
          RegularExpression Id.
static int TIME_MS
          RegularExpression Id.
static int TIME_S
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int UNICODE
          RegularExpression Id.
static int UNKNOWN
          RegularExpression Id.
static int URI
          RegularExpression Id.
static int URL
          RegularExpression Id.
static int W
          RegularExpression Id.
static int X_LETTER
          RegularExpression Id.
static int Z_LETTER
          RegularExpression Id.
 

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

W

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

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
RegularExpression Id.

See Also:
Constant Field Values

SLASH

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

EQUALS

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

static final int GREATER
RegularExpression Id.

See Also:
Constant Field Values

HASH

static final int HASH
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

RROUND

static final int RROUND
RegularExpression Id.

See Also:
Constant Field Values

URL

static final int URL
RegularExpression Id.

See Also:
Constant Field Values

URI

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

IMPORT_SYM

static final int IMPORT_SYM
RegularExpression Id.

See Also:
Constant Field Values

PAGE_SYM

static final int PAGE_SYM
RegularExpression Id.

See Also:
Constant Field Values

MEDIA_SYM

static final int MEDIA_SYM
RegularExpression Id.

See Also:
Constant Field Values

CHARSET_SYM

static final int CHARSET_SYM
RegularExpression Id.

See Also:
Constant Field Values

ATKEYWORD

static final int ATKEYWORD
RegularExpression Id.

See Also:
Constant Field Values

IMPORTANT_KEYWORD

static final int IMPORTANT_KEYWORD
RegularExpression Id.

See Also:
Constant Field Values

IMPORTANT_SYM

static final int IMPORTANT_SYM
RegularExpression Id.

See Also:
Constant Field Values

INHERIT

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

LENGTH_PX

static final int LENGTH_PX
RegularExpression Id.

See Also:
Constant Field Values

LENGTH_CM

static final int LENGTH_CM
RegularExpression Id.

See Also:
Constant Field Values

LENGTH_MM

static final int LENGTH_MM
RegularExpression Id.

See Also:
Constant Field Values

LENGTH_IN

static final int LENGTH_IN
RegularExpression Id.

See Also:
Constant Field Values

LENGTH_PT

static final int LENGTH_PT
RegularExpression Id.

See Also:
Constant Field Values

LENGTH_PC

static final int LENGTH_PC
RegularExpression Id.

See Also:
Constant Field Values

ANGLE_DEG

static final int ANGLE_DEG
RegularExpression Id.

See Also:
Constant Field Values

ANGLE_RAD

static final int ANGLE_RAD
RegularExpression Id.

See Also:
Constant Field Values

ANGLE_GRAD

static final int ANGLE_GRAD
RegularExpression Id.

See Also:
Constant Field Values

TIME_MS

static final int TIME_MS
RegularExpression Id.

See Also:
Constant Field Values

TIME_S

static final int TIME_S
RegularExpression Id.

See Also:
Constant Field Values

FREQ_HZ

static final int FREQ_HZ
RegularExpression Id.

See Also:
Constant Field Values

FREQ_KHZ

static final int FREQ_KHZ
RegularExpression Id.

See Also:
Constant Field Values

DIMENSION

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

FUNCTION

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

Q16

static final int Q16
RegularExpression Id.

See Also:
Constant Field Values

Q15

static final int Q15
RegularExpression Id.

See Also:
Constant Field Values

Q14

static final int Q14
RegularExpression Id.

See Also:
Constant Field Values

Q13

static final int Q13
RegularExpression Id.

See Also:
Constant Field Values

Q12

static final int Q12
RegularExpression Id.

See Also:
Constant Field Values

Q11

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

NONASCII

static final int NONASCII
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

NL

static final int NL
RegularExpression Id.

See Also:
Constant Field Values

A_LETTER

static final int A_LETTER
RegularExpression Id.

See Also:
Constant Field Values

C_LETTER

static final int C_LETTER
RegularExpression Id.

See Also:
Constant Field Values

D_LETTER

static final int D_LETTER
RegularExpression Id.

See Also:
Constant Field Values

E_LETTER

static final int E_LETTER
RegularExpression Id.

See Also:
Constant Field Values

G_LETTER

static final int G_LETTER
RegularExpression Id.

See Also:
Constant Field Values

H_LETTER

static final int H_LETTER
RegularExpression Id.

See Also:
Constant Field Values

I_LETTER

static final int I_LETTER
RegularExpression Id.

See Also:
Constant Field Values

K_LETTER

static final int K_LETTER
RegularExpression Id.

See Also:
Constant Field Values

M_LETTER

static final int M_LETTER
RegularExpression Id.

See Also:
Constant Field Values

N_LETTER

static final int N_LETTER
RegularExpression Id.

See Also:
Constant Field Values

P_LETTER

static final int P_LETTER
RegularExpression Id.

See Also:
Constant Field Values

R_LETTER

static final int R_LETTER
RegularExpression Id.

See Also:
Constant Field Values

S_LETTER

static final int S_LETTER
RegularExpression Id.

See Also:
Constant Field Values

T_LETTER

static final int T_LETTER
RegularExpression Id.

See Also:
Constant Field Values

X_LETTER

static final int X_LETTER
RegularExpression Id.

See Also:
Constant Field Values

Z_LETTER

static final int Z_LETTER
RegularExpression Id.

See Also:
Constant Field Values

UNICODE

static final int UNICODE
RegularExpression Id.

See Also:
Constant Field Values

HNUM

static final int HNUM
RegularExpression Id.

See Also:
Constant Field Values

H

static final int H
RegularExpression Id.

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
RegularExpression Id.

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 String[] tokenImage
Literal token values.



Copyright © 2011. All Rights Reserved.