com.evelopers.unimod.parser
Interface InfixTokenTypes
- All Known Implementing Classes:
- Infix
- public interface InfixTokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- 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
OR
public static final int OR
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NEQUAL
public static final int NEQUAL
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
CONST_BOOL
public static final int CONST_BOOL
- See Also:
- Constant Field Values
CONST_NUM
public static final int CONST_NUM
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
CONST_BOOL_OR_IDENT
public static final int CONST_BOOL_OR_IDENT
- See Also:
- Constant Field Values