Package com.werken.xpath.parser
Interface XPathTokenTypes
-
- All Known Implementing Classes:
XPathRecognizer
public interface XPathTokenTypes
Generated by antlr parser-generator
-
-
Field Summary
Fields Modifier and Type Field Description static int
AT
static int
COLON
static int
COMMA
static int
DIV
static int
DOLLAR_SIGN
static int
DOT
static int
DOT_DOT
static int
DOUBLE_COLON
static int
DOUBLE_SLASH
static int
EOF
static int
EQUALS
static int
GT
static int
GTE
static int
IDENTIFIER
static int
KW_AND
static int
KW_OR
static int
LEFT_BRACKET
static int
LEFT_PAREN
static int
LITERAL
static int
LT
static int
LTE
static int
MINUS
static int
MOD
static int
NOT_EQUALS
static int
NULL_TREE_LOOKAHEAD
static int
NUMBER
static int
PIPE
static int
PLUS
static int
RIGHT_BRACKET
static int
RIGHT_PAREN
static int
SLASH
static int
STAR
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
- See Also:
- Constant Field Values
-
DOUBLE_SLASH
static final int DOUBLE_SLASH
- See Also:
- Constant Field Values
-
AT
static final int AT
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
DOUBLE_COLON
static final int DOUBLE_COLON
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
LEFT_PAREN
static final int LEFT_PAREN
- See Also:
- Constant Field Values
-
RIGHT_PAREN
static final int RIGHT_PAREN
- See Also:
- Constant Field Values
-
LEFT_BRACKET
static final int LEFT_BRACKET
- See Also:
- Constant Field Values
-
RIGHT_BRACKET
static final int RIGHT_BRACKET
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
DOT_DOT
static final int DOT_DOT
- See Also:
- Constant Field Values
-
LITERAL
static final int LITERAL
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
DOLLAR_SIGN
static final int DOLLAR_SIGN
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
- See Also:
- Constant Field Values
-
KW_OR
static final int KW_OR
- See Also:
- Constant Field Values
-
KW_AND
static final int KW_AND
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
NOT_EQUALS
static final int NOT_EQUALS
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
LTE
static final int LTE
- See Also:
- Constant Field Values
-
GTE
static final int GTE
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
MOD
static final int MOD
- See Also:
- Constant Field Values
-
-