edu.neu.ccs.demeter.aplib.cd
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
TEXT_LITERAL
public static final int TEXT_LITERAL
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
LINE
public static final int LINE
- See Also:
- Constant Field Values
WORD
public static final int WORD
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
Line
public static final int Line
- See Also:
- Constant Field Values
Word
public static final int Word
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage