Uses of Class
org.javarosa.xpath.parser.ast.ASTNode
| Package | Description |
|---|---|
| org.javarosa.xpath.parser | |
| org.javarosa.xpath.parser.ast |
-
Uses of ASTNode in org.javarosa.xpath.parser
Methods in org.javarosa.xpath.parser that return ASTNode Modifier and Type Method Description static ASTNodeParser. buildParseTree(Vector<Token> tokens)Methods in org.javarosa.xpath.parser with parameters of type ASTNode Modifier and Type Method Description static voidParser. verifyBaseExpr(ASTNode node) -
Uses of ASTNode in org.javarosa.xpath.parser.ast
Subclasses of ASTNode in org.javarosa.xpath.parser.ast Modifier and Type Class Description classASTNodeAbstractExprclassASTNodeBinaryOpclassASTNodeFilterExprclassASTNodeFunctionCallclassASTNodeLocPathclassASTNodePathStepclassASTNodePredicateclassASTNodeUnaryOpFields in org.javarosa.xpath.parser.ast declared as ASTNode Modifier and Type Field Description ASTNodeASTNodePredicate. exprASTNodeASTNodeUnaryOp. exprFields in org.javarosa.xpath.parser.ast with type parameters of type ASTNode Modifier and Type Field Description Vector<ASTNode>ASTNodeFunctionCall. argsVector<ASTNode>ASTNodeLocPath. clausesVector<ASTNode>ASTNodeBinaryOp. exprsVector<ASTNode>ASTNodeAbstractExpr.Partition. piecesVector<ASTNode>ASTNodeFilterExpr. predicatesVector<ASTNode>ASTNodePathStep. predicatesMethods in org.javarosa.xpath.parser.ast that return types with arguments of type ASTNode Modifier and Type Method Description abstract Vector<ASTNode>ASTNode. getChildren()Vector<ASTNode>ASTNodeAbstractExpr. getChildren()Vector<ASTNode>ASTNodeBinaryOp. getChildren()Vector<ASTNode>ASTNodeFilterExpr. getChildren()Vector<ASTNode>ASTNodeFunctionCall. getChildren()Vector<ASTNode>ASTNodeLocPath. getChildren()Vector<ASTNode>ASTNodePathStep. getChildren()Vector<ASTNode>ASTNodePredicate. getChildren()Vector<ASTNode>ASTNodeUnaryOp. getChildren()Methods in org.javarosa.xpath.parser.ast with parameters of type ASTNode Modifier and Type Method Description voidASTNodeAbstractExpr. condense(ASTNode node, int start, int end)