| Package | Description |
|---|---|
| org.javarosa.xpath.parser | |
| org.javarosa.xpath.parser.ast |
| Modifier and Type | Method and Description |
|---|---|
static Vector<Token> |
Lexer.lex(String expr) |
| Modifier and Type | Method and Description |
|---|---|
static ASTNode |
Parser.buildParseTree(Vector<Token> tokens) |
static XPathExpression |
Parser.parse(Vector<Token> tokens) |
| Modifier and Type | Method and Description |
|---|---|
Token |
ASTNodeAbstractExpr.getToken(int i) |
Copyright © 2021. All rights reserved.