org.w3c.flute.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 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 D
          RegularExpression Id.
static int DASHMATCH
          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 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 FUNCTION
          RegularExpression Id.
static int GRAD
          RegularExpression Id.
static int H
          RegularExpression Id.
static int HASH
          RegularExpression Id.
static int HZ
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int IMPORT_SYM
          RegularExpression Id.
static int IMPORTANT_SYM
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int IN_COMMENT
          Lexical state.
static int INCLUDES
          RegularExpression Id.
static int KHZ
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LPARAN
          RegularExpression Id.
static int MEDIA_SYM
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MM
          RegularExpression Id.
static int MS
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NAMESPACE_IDENT
          RegularExpression Id.
static int NAMESPACE_SYM
          RegularExpression Id.
static int NMCHAR
          RegularExpression Id.
static int NMSTART
          RegularExpression Id.
static int NNAME
          RegularExpression Id.
static int NONASCII
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int PAGE_SYM
          RegularExpression Id.
static int PC
          RegularExpression Id.
static int PERCENTAGE
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PRECEDES
          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 RPARAN
          RegularExpression Id.
static int S
          RegularExpression Id.
static int SECOND
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRINGCHAR
          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 UNKNOWN
          RegularExpression Id.
static int URL
          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

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

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

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

LPARAN

static final int LPARAN
RegularExpression Id.

See Also:
Constant Field Values

RPARAN

static final int RPARAN
RegularExpression Id.

See Also:
Constant Field Values

COLON

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

NNAME

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

NAMESPACE_IDENT

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

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

NAMESPACE_SYM

static final int NAMESPACE_SYM
RegularExpression Id.

See Also:
Constant Field Values

FONT_FACE_SYM

static final int FONT_FACE_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_COMMENT

static final int IN_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

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