com.vaadin.sass.internal.parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants

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


Field Summary
static int _URL
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ANY
          RegularExpression Id.
static int ATKEYWORD
          RegularExpression Id.
static int CDC
          RegularExpression Id.
static int CDO
          RegularExpression Id.
static int CHARSET_SYM
          RegularExpression Id.
static int CM
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMPARE
          RegularExpression Id.
static int CONTENT_SYM
          RegularExpression Id.
static int D
          RegularExpression Id.
static int DASHMATCH
          RegularExpression Id.
static int DEBUG_SYM
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DEG
          RegularExpression Id.
static int DIMEN
          RegularExpression Id.
static int DIV
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int EACH_IN
          RegularExpression Id.
static int EACH_SYM
          RegularExpression Id.
static int ELLIPSIS
          RegularExpression Id.
static int ELSE_SYM
          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 EXTEND_SYM
          RegularExpression Id.
static int FONT_FACE_SYM
          RegularExpression Id.
static int FOR_SYM
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int FUNCTION
          RegularExpression Id.
static int FUNCTION_SYM
          RegularExpression Id.
static int GRAD
          RegularExpression Id.
static int GTE
          RegularExpression Id.
static int GUARDED_SYM
          RegularExpression Id.
static int H
          RegularExpression Id.
static int HASH
          RegularExpression Id.
static int HZ
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int IF_SYM
          RegularExpression Id.
static int IMPORT_SYM
          RegularExpression Id.
static int IMPORTANT_SYM
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int IN_FORMAL_COMMENT
          Lexical state.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int INCLUDE_SYM
          RegularExpression Id.
static int INCLUDES
          RegularExpression Id.
static int INTERPOLATION
          RegularExpression Id.
static int KEY_FRAME_SYM
          RegularExpression Id.
static int KHZ
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LEM
          RegularExpression Id.
static int LPARAN
          RegularExpression Id.
static int LTE
          RegularExpression Id.
static int MEDIA_SYM
          RegularExpression Id.
static int MICROSOFT_RULE
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MIXIN_SYM
          RegularExpression Id.
static int MM
          RegularExpression Id.
static int MOD
          RegularExpression Id.
static int MOZ_DOCUMENT_SYM
          RegularExpression Id.
static int MS
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NMCHAR
          RegularExpression Id.
static int NMSTART
          RegularExpression Id.
static int NONASCII
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NOT_EQ
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PAGE_SYM
          RegularExpression Id.
static int PARENT
          RegularExpression Id.
static int PC
          RegularExpression Id.
static int PERCENTAGE
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PRECEDES
          RegularExpression Id.
static int PREFIXMATCH
          RegularExpression Id.
static int PT
          RegularExpression Id.
static int PX
          RegularExpression Id.
static int RAD
          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 REM
          RegularExpression Id.
static int RETURN_SYM
          RegularExpression Id.
static int RPARAN
          RegularExpression Id.
static int S
          RegularExpression Id.
static int SECOND
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SIBLING
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRINGCHAR
          RegularExpression Id.
static int SUBSTRINGMATCH
          RegularExpression Id.
static int SUCCEEDS
          RegularExpression Id.
static int SUFFIXMATCH
          RegularExpression Id.
static int SUPPORTS_SYM
          RegularExpression Id.
static int THROUGH
          RegularExpression Id.
static int TO
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int UNI
          RegularExpression Id.
static int UNICODE
          RegularExpression Id.
static int UNICODERANGE
          RegularExpression Id.
static int UNKNOWN
          RegularExpression Id.
static int URL
          RegularExpression Id.
static int VARIABLE
          RegularExpression Id.
static int WARN_SYM
          RegularExpression Id.
static int WHILE_SYM
          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

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

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

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

DASHMATCH

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

INCLUDES

static final int INCLUDES
RegularExpression Id.

See Also:
Constant Field Values

EQ

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

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

PRECEDES

static final int PRECEDES
RegularExpression Id.

See Also:
Constant Field Values

SIBLING

static final int SIBLING
RegularExpression Id.

See Also:
Constant Field Values

SUCCEEDS

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

MOD

static final int MOD
RegularExpression Id.

See Also:
Constant Field Values

PARENT

static final int PARENT
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

ELLIPSIS

static final int ELLIPSIS
RegularExpression Id.

See Also:
Constant Field Values

LPARAN

static final int LPARAN
RegularExpression Id.

See Also:
Constant Field Values

RPARAN

static final int RPARAN
RegularExpression Id.

See Also:
Constant Field Values

COMPARE

static final int COMPARE
RegularExpression Id.

See Also:
Constant Field Values

NOT_EQ

static final int NOT_EQ
RegularExpression Id.

See Also:
Constant Field Values

GTE

static final int GTE
RegularExpression Id.

See Also:
Constant Field Values

LTE

static final int LTE
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

INTERPOLATION

static final int INTERPOLATION
RegularExpression Id.

See Also:
Constant Field Values

NONASCII

static final int NONASCII
RegularExpression Id.

See Also:
Constant Field Values

H

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

STRINGCHAR

static final int STRINGCHAR
RegularExpression Id.

See Also:
Constant Field Values

D

static final int D
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

TO

static final int TO
RegularExpression Id.

See Also:
Constant Field Values

THROUGH

static final int THROUGH
RegularExpression Id.

See Also:
Constant Field Values

EACH_IN

static final int EACH_IN
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

MIXIN_SYM

static final int MIXIN_SYM
RegularExpression Id.

See Also:
Constant Field Values

INCLUDE_SYM

static final int INCLUDE_SYM
RegularExpression Id.

See Also:
Constant Field Values

FUNCTION_SYM

static final int FUNCTION_SYM
RegularExpression Id.

See Also:
Constant Field Values

RETURN_SYM

static final int RETURN_SYM
RegularExpression Id.

See Also:
Constant Field Values

DEBUG_SYM

static final int DEBUG_SYM
RegularExpression Id.

See Also:
Constant Field Values

WARN_SYM

static final int WARN_SYM
RegularExpression Id.

See Also:
Constant Field Values

FOR_SYM

static final int FOR_SYM
RegularExpression Id.

See Also:
Constant Field Values

EACH_SYM

static final int EACH_SYM
RegularExpression Id.

See Also:
Constant Field Values

WHILE_SYM

static final int WHILE_SYM
RegularExpression Id.

See Also:
Constant Field Values

IF_SYM

static final int IF_SYM
RegularExpression Id.

See Also:
Constant Field Values

ELSE_SYM

static final int ELSE_SYM
RegularExpression Id.

See Also:
Constant Field Values

EXTEND_SYM

static final int EXTEND_SYM
RegularExpression Id.

See Also:
Constant Field Values

MOZ_DOCUMENT_SYM

static final int MOZ_DOCUMENT_SYM
RegularExpression Id.

See Also:
Constant Field Values

SUPPORTS_SYM

static final int SUPPORTS_SYM
RegularExpression Id.

See Also:
Constant Field Values

CONTENT_SYM

static final int CONTENT_SYM
RegularExpression Id.

See Also:
Constant Field Values

MICROSOFT_RULE

static final int MICROSOFT_RULE
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

GUARDED_SYM

static final int GUARDED_SYM
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

IDENT

static final int IDENT
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

_URL

static final int _URL
RegularExpression Id.

See Also:
Constant Field Values

URL

static final int URL
RegularExpression Id.

See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
RegularExpression Id.

See Also:
Constant Field Values

PERCENTAGE

static final int PERCENTAGE
RegularExpression Id.

See Also:
Constant Field Values

PT

static final int PT
RegularExpression Id.

See Also:
Constant Field Values

MM

static final int MM
RegularExpression Id.

See Also:
Constant Field Values

CM

static final int CM
RegularExpression Id.

See Also:
Constant Field Values

PC

static final int PC
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

PX

static final int PX
RegularExpression Id.

See Also:
Constant Field Values

EMS

static final int EMS
RegularExpression Id.

See Also:
Constant Field Values

LEM

static final int LEM
RegularExpression Id.

See Also:
Constant Field Values

REM

static final int REM
RegularExpression Id.

See Also:
Constant Field Values

EXS

static final int EXS
RegularExpression Id.

See Also:
Constant Field Values

DEG

static final int DEG
RegularExpression Id.

See Also:
Constant Field Values

RAD

static final int RAD
RegularExpression Id.

See Also:
Constant Field Values

GRAD

static final int GRAD
RegularExpression Id.

See Also:
Constant Field Values

MS

static final int MS
RegularExpression Id.

See Also:
Constant Field Values

SECOND

static final int SECOND
RegularExpression Id.

See Also:
Constant Field Values

HZ

static final int HZ
RegularExpression Id.

See Also:
Constant Field Values

KHZ

static final int KHZ
RegularExpression Id.

See Also:
Constant Field Values

DIMEN

static final int DIMEN
RegularExpression Id.

See Also:
Constant Field Values

HASH

static final int HASH
RegularExpression Id.

See Also:
Constant Field Values

IMPORT_SYM

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

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

KEY_FRAME_SYM

static final int KEY_FRAME_SYM
RegularExpression Id.

See Also:
Constant Field Values

ATKEYWORD

static final int ATKEYWORD
RegularExpression Id.

See Also:
Constant Field Values

IMPORTANT_SYM

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

FUNCTION

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

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2013–2014 Vaadin. All rights reserved.