Package org.javarosa.xpath.parser.ast
Class ASTNodeFunctionCall
java.lang.Object
org.javarosa.xpath.parser.ast.ASTNode
org.javarosa.xpath.parser.ast.ASTNodeFunctionCall
public class ASTNodeFunctionCall extends ASTNode
-
Field Summary
Fields Modifier and Type Field Description Vector<ASTNode>argsXPathQNamename -
Constructor Summary
Constructors Constructor Description ASTNodeFunctionCall(XPathQName name) -
Method Summary
Modifier and Type Method Description XPathExpressionbuild()Vector<ASTNode>getChildren()
-
Field Details
-
Constructor Details
-
Method Details
-
getChildren
- Specified by:
getChildrenin classASTNode
-
build
- Specified by:
buildin classASTNode- Throws:
XPathSyntaxException
-