Package jtb.cparser
Interface CParserConstants
-
- All Known Implementing Classes:
CParser
,CParserTokenManager
public interface CParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO
static int
BREAK
static int
CASE
static int
CHAR
static int
CHARACTER_LITERAL
static int
CONST
static int
CONTINUE
static int
DECIMAL_LITERAL
static int
DEFAULT
static int
DFLT
static int
DIGIT
static int
DO
static int
DOUBLE
static int
ELSE
static int
ENUM
static int
EOF
static int
EXPONENT
static int
EXTERN
static int
FLOAT
static int
FLOATING_POINT_LITERAL
static int
FOR
static int
GOTO
static int
HEX_LITERAL
static int
IDENTIFIER
static int
IF
static int
INT
static int
INTEGER_LITERAL
static int
LETTER
static int
LONG
static int
OCTAL_LITERAL
static int
REGISTER
static int
RETURN
static int
SHORT
static int
SIGNED
static int
SIZEOF
static int
STATIC
static int
STRING_LITERAL
static int
STRUCT
static int
SWITCH
static String[]
tokenImage
static int
TYPEDEF
static int
UNION
static int
UNSIGNED
static int
VOID
static int
VOLATILE
static int
WHILE
-
-
-
Field Detail
-
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
-
-