org.nfunk.jep
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_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
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
INDENTIFIER1
public static final int INDENTIFIER1
- See Also:
- Constant Field Values
LETTER1
public static final int LETTER1
- See Also:
- Constant Field Values
DIGIT1
public static final int DIGIT1
- See Also:
- Constant Field Values
INDENTIFIER2
public static final int INDENTIFIER2
- See Also:
- Constant Field Values
LETTER2
public static final int LETTER2
- See Also:
- Constant Field Values
DIGIT2
public static final int DIGIT2
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
NE
public static final int NE
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
MUL
public static final int MUL
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
POWER
public static final int POWER
- See Also:
- Constant Field Values
CROSS
public static final int CROSS
- See Also:
- Constant Field Values
LSQ
public static final int LSQ
- See Also:
- Constant Field Values
RSQ
public static final int RSQ
- See Also:
- Constant Field Values
LRND
public static final int LRND
- See Also:
- Constant Field Values
RRND
public static final int RRND
- See Also:
- Constant Field Values
NO_DOT_IN_IDENTIFIERS
public static final int NO_DOT_IN_IDENTIFIERS
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
http://www.singularsys.com/jep Copyright © 2004 Singular Systems