net.sf.jga.parser
Interface JFXGParserConstants

All Known Implementing Classes:
JFXGParser, JFXGParserTokenManager, ScriptParser

public interface JFXGParserConstants


Field Summary
static int CHARACTER_LITERAL
           
static int CLASS
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int EXPONENT
           
static int FALSE
           
static int FLOATING_POINT_LITERAL
           
static int HEX_LITERAL
           
static int IDENTIFIER
           
static int INSTANCEOF
           
static int INTEGER_LITERAL
           
static int LETTER
           
static int LPAREN
           
static int NEW
           
static int NULL
           
static int OCTAL_LITERAL
           
static int STRING_LITERAL
           
static int THIS
           
static java.lang.String[] tokenImage
           
static int TRUE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

INSTANCEOF

static final int INSTANCEOF
See Also:
Constant Field Values

NEW

static final int NEW
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

THIS

static final int THIS
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

CHARACTER_LITERAL

static final int CHARACTER_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Copyright © 2002-2006 David A. Hall. All Rights Reserved.