public class Parser extends Object
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
static ASTNode |
buildParseTree(Vector<Token> tokens) |
static XPathExpression |
parse(Vector<Token> tokens) |
static int |
vectInt(Vector<Integer> v,
int i) |
static void |
verifyBaseExpr(ASTNode node) |
public static XPathExpression parse(Vector<Token> tokens) throws XPathSyntaxException
XPathSyntaxExceptionpublic static ASTNode buildParseTree(Vector<Token> tokens) throws XPathSyntaxException
XPathSyntaxExceptionpublic static void verifyBaseExpr(ASTNode node) throws XPathSyntaxException
XPathSyntaxExceptionCopyright © 2021. All rights reserved.