jtb.cparser
Interface CParserConstants
- All Known Implementing Classes:
- CParser, CParserTokenManager
public interface CParserConstants
EOF
static final int EOF
- 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
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
VOLATILE
static final int VOLATILE
- See Also:
- Constant Field Values
REGISTER
static final int REGISTER
- See Also:
- Constant Field Values
UNSIGNED
static final int UNSIGNED
- See Also:
- Constant Field Values
TYPEDEF
static final int TYPEDEF
- See Also:
- Constant Field Values
DFLT
static final int DFLT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
SIZEOF
static final int SIZEOF
- See Also:
- Constant Field Values
SWITCH
static final int SWITCH
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
EXTERN
static final int EXTERN
- See Also:
- Constant Field Values
STRUCT
static final int STRUCT
- See Also:
- Constant Field Values
STATIC
static final int STATIC
- See Also:
- Constant Field Values
SIGNED
static final int SIGNED
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
BREAK
static final int BREAK
- See Also:
- Constant Field Values
UNION
static final int UNION
- See Also:
- Constant Field Values
CONST
static final int CONST
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
SHORT
static final int SHORT
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
CASE
static final int CASE
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
ENUM
static final int ENUM
- See Also:
- Constant Field Values
AUTO
static final int AUTO
- See Also:
- Constant Field Values
VOID
static final int VOID
- See Also:
- Constant Field Values
CHAR
static final int CHAR
- See Also:
- Constant Field Values
GOTO
static final int GOTO
- See Also:
- Constant Field Values
FOR
static final int FOR
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
DO
static final int DO
- 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 String[] tokenImage