parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int AFTERCOLON
           
static int BARESTRING
           
static int BRACE_CLOSE
           
static int BRACE_OPEN
           
static int COLON
           
static int COMMA
           
static int DEFAULT
           
static int EOF
           
static int ERROR
           
static int IDCHAR
           
static int IDENTIFIER
           
static int IDSTART
           
static int SEMICOLON
           
static int STRING
           
static String[] tokenImage
           
static int WHITESPACE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
See Also:
Constant Field Values

IDSTART

static final int IDSTART
See Also:
Constant Field Values

IDCHAR

static final int IDCHAR
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

BRACE_OPEN

static final int BRACE_OPEN
See Also:
Constant Field Values

BRACE_CLOSE

static final int BRACE_CLOSE
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

BARESTRING

static final int BARESTRING
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values

AFTERCOLON

static final int AFTERCOLON
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage