jd.xml.xpath.parser
Interface TokenConstants
- All Known Implementing Classes:
- ExpressionParser, PatternParser, Scanner
- public interface TokenConstants
An interface defining constants for the tokens as generated
by the scanner.
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
PARENTHESIS_OPEN
public static final int PARENTHESIS_OPEN
- See Also:
- Constant Field Values
PARENTHESIS_CLOSE
public static final int PARENTHESIS_CLOSE
- See Also:
- Constant Field Values
BRACKET_OPEN
public static final int BRACKET_OPEN
- See Also:
- Constant Field Values
BRACKET_CLOSE
public static final int BRACKET_CLOSE
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
LESS_EQUALS
public static final int LESS_EQUALS
- See Also:
- Constant Field Values
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
GREATER_EQUALS
public static final int GREATER_EQUALS
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
SLASHSLASH
public static final int SLASHSLASH
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
NOT_EQUALS
public static final int NOT_EQUALS
- See Also:
- Constant Field Values
UNION
public static final int UNION
- 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
MULTIPLY
public static final int MULTIPLY
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
DOTDOT
public static final int DOTDOT
- See Also:
- Constant Field Values
AXISNAME
public static final int AXISNAME
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
VARIABLE_REFERENCE
public static final int VARIABLE_REFERENCE
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
END_OF_EXPRESSION
public static final int END_OF_EXPRESSION
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values