com.werken.xpath.parser
public interface XPathLexerTokenTypes
| Field Summary | |
|---|---|
| int | AT |
| int | COLON |
| int | COMMA |
| int | DIGIT |
| int | DIV |
| int | DOLLAR_SIGN |
| int | DOT |
| int | DOT_DOT |
| int | DOUBLE_COLON |
| int | DOUBLE_QUOTE_STRING |
| int | DOUBLE_SLASH |
| int | EOF |
| int | EQUALS |
| int | GT |
| int | GTE |
| int | IDENTIFIER |
| int | KW_AND |
| int | KW_OR |
| int | LEFT_BRACKET |
| int | LEFT_PAREN |
| int | LITERAL |
| int | LT |
| int | LTE |
| int | MINUS |
| int | MOD |
| int | NOT_EQUALS |
| int | NULL_TREE_LOOKAHEAD |
| int | NUMBER |
| int | PIPE |
| int | PLUS |
| int | RIGHT_BRACKET |
| int | RIGHT_PAREN |
| int | SINGLE_QUOTE_STRING |
| int | SLASH |
| int | STAR |
| int | WS |