com.jeffpalm.expr
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int _URL
           
static int ANY
           
static int CDC
           
static int CDO
           
static int COLON
           
static int COMMA
           
static int D
           
static int DASHMATCH
           
static int DEFAULT
           
static int DIV
           
static int DOT
           
static int EOF
           
static int EQ
           
static int ESCAPE
           
static int H
           
static int IDENT
           
static int IN_COMMENT
           
static int INCLUDES
           
static int LBRACE
           
static int LBRACKET
           
static int LPARAN
           
static int MINUS
           
static int NAME
           
static int NMCHAR
           
static int NMSTART
           
static int NONASCII
           
static int NUMBER
           
static int PLUS
           
static int PRECEDES
           
static int PREFIXMATCH
           
static int RBRACE
           
static int RBRACKET
           
static int RPARAN
           
static int S
           
static int SEMICOLON
           
static int STRING
           
static int STRINGCHAR
           
static int SUBSTRINGMATCH
           
static int SUFFIXMATCH
           
static int TILDE
           
static java.lang.String[] tokenImage
           
static int UNICODE
           
static int URL
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

CDO

static final int CDO
See Also:
Constant Field Values

CDC

static final int CDC
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

DASHMATCH

static final int DASHMATCH
See Also:
Constant Field Values

INCLUDES

static final int INCLUDES
See Also:
Constant Field Values

PREFIXMATCH

static final int PREFIXMATCH
See Also:
Constant Field Values

SUFFIXMATCH

static final int SUFFIXMATCH
See Also:
Constant Field Values

SUBSTRINGMATCH

static final int SUBSTRINGMATCH
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

PRECEDES

static final int PRECEDES
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

ANY

static final int ANY
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

LPARAN

static final int LPARAN
See Also:
Constant Field Values

RPARAN

static final int RPARAN
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

S

static final int S
See Also:
Constant Field Values

NONASCII

static final int NONASCII
See Also:
Constant Field Values

H

static final int H
See Also:
Constant Field Values

UNICODE

static final int UNICODE
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

NMSTART

static final int NMSTART
See Also:
Constant Field Values

NMCHAR

static final int NMCHAR
See Also:
Constant Field Values

STRINGCHAR

static final int STRINGCHAR
See Also:
Constant Field Values

D

static final int D
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

IDENT

static final int IDENT
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

_URL

static final int _URL
See Also:
Constant Field Values

URL

static final int URL
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_COMMENT

static final int IN_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage