parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int CLASS
           
static int DEFAULT
           
static int EOF
           
static int EXTENDS
           
static int ID
           
static int INT_CONST
           
static int STRING_CONST
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

EXTENDS

static final int EXTENDS
See Also:
Constant Field Values

INT_CONST

static final int INT_CONST
See Also:
Constant Field Values

STRING_CONST

static final int STRING_CONST
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage