Package org.javarosa.xpath.parser.ast
Class ASTNode
java.lang.Object
org.javarosa.xpath.parser.ast.ASTNode
- Direct Known Subclasses:
ASTNodeAbstractExpr,ASTNodeBinaryOp,ASTNodeFilterExpr,ASTNodeFunctionCall,ASTNodeLocPath,ASTNodePathStep,ASTNodePredicate,ASTNodeUnaryOp
public abstract class ASTNode extends Object
-
Constructor Summary
Constructors Constructor Description ASTNode() -
Method Summary
Modifier and Type Method Description abstract XPathExpressionbuild()abstract Vector<ASTNode>getChildren()voidprint()voidprint(Object o)
-
Constructor Details
-
ASTNode
public ASTNode()
-
-
Method Details
-
getChildren
-
build
- Throws:
XPathSyntaxException
-
print
public void print() -
print
-