com.codestreet.selector.parser
Interface SelectorParserConstants
- All Known Implementing Classes:
- SelectorParser, SelectorParserTokenManager
- public interface SelectorParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
TK_TRUE
public static final int TK_TRUE
- See Also:
- Constant Field Values
TK_FALSE
public static final int TK_FALSE
- See Also:
- Constant Field Values
TK_NULL
public static final int TK_NULL
- See Also:
- Constant Field Values
TK_OR
public static final int TK_OR
- See Also:
- Constant Field Values
TK_AND
public static final int TK_AND
- See Also:
- Constant Field Values
TK_NOT
public static final int TK_NOT
- See Also:
- Constant Field Values
TK_BETWEEN
public static final int TK_BETWEEN
- See Also:
- Constant Field Values
TK_LIKE
public static final int TK_LIKE
- See Also:
- Constant Field Values
TK_IN
public static final int TK_IN
- See Also:
- Constant Field Values
TK_IS
public static final int TK_IS
- See Also:
- Constant Field Values
TK_ESCAPE
public static final int TK_ESCAPE
- See Also:
- Constant Field Values
TK_MINUS
public static final int TK_MINUS
- See Also:
- Constant Field Values
TK_PLUS
public static final int TK_PLUS
- See Also:
- Constant Field Values
TK_MULT
public static final int TK_MULT
- See Also:
- Constant Field Values
TK_DIV
public static final int TK_DIV
- See Also:
- Constant Field Values
TK_EQ
public static final int TK_EQ
- See Also:
- Constant Field Values
TK_NE
public static final int TK_NE
- See Also:
- Constant Field Values
TK_GT
public static final int TK_GT
- See Also:
- Constant Field Values
TK_GE
public static final int TK_GE
- See Also:
- Constant Field Values
TK_LT
public static final int TK_LT
- See Also:
- Constant Field Values
TK_LE
public static final int TK_LE
- See Also:
- Constant Field Values
TK_LPAREN
public static final int TK_LPAREN
- See Also:
- Constant Field Values
TK_RPAREN
public static final int TK_RPAREN
- See Also:
- Constant Field Values
TK_SEMICOLON
public static final int TK_SEMICOLON
- See Also:
- Constant Field Values
TK_COMMA
public static final int TK_COMMA
- See Also:
- Constant Field Values
TK_LONG
public static final int TK_LONG
- See Also:
- Constant Field Values
TK_DOUBLE
public static final int TK_DOUBLE
- See Also:
- Constant Field Values
TK_EXPONENT
public static final int TK_EXPONENT
- See Also:
- Constant Field Values
TK_FLOAT
public static final int TK_FLOAT
- See Also:
- Constant Field Values
TK_STRING
public static final int TK_STRING
- See Also:
- Constant Field Values
TK_IDENTIFIER
public static final int TK_IDENTIFIER
- See Also:
- Constant Field Values
TK_LETTER
public static final int TK_LETTER
- See Also:
- Constant Field Values
TK_DIGIT
public static final int TK_DIGIT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
Copyright © 2002-2006 CodeStreet. All Rights Reserved.