Class FunctionCall
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.PrimaryExpr
-
- com.evolvedbinary.xpath.parser.ast.FunctionCall
-
- All Implemented Interfaces:
ASTNode
public class FunctionCall extends PrimaryExpr
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description FunctionCall(QNameW functionName, ASTNode... arguments)FunctionCall(QNameW functionName, List<? extends ASTNode> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-