Package org.javarosa.xpath.parser
Class Parser
java.lang.Object
org.javarosa.xpath.parser.Parser
public class Parser extends Object
-
Constructor Summary
Constructors Constructor Description Parser() -
Method Summary
Modifier and Type Method Description static ASTNodebuildParseTree(Vector<Token> tokens)static XPathExpressionparse(Vector<Token> tokens)static intvectInt(Vector<Integer> v, int i)static voidverifyBaseExpr(ASTNode node)
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
- Throws:
XPathSyntaxException
-
buildParseTree
- Throws:
XPathSyntaxException
-
verifyBaseExpr
- Throws:
XPathSyntaxException
-
vectInt
-