Class PartialFunctionCall
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<FunctionCall,List<AbstractASTNode>>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialFunctionCall
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<FunctionCall,List<AbstractASTNode>>
public class PartialFunctionCall extends AbstractPartialASTNode<FunctionCall,List<AbstractASTNode>>
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description PartialFunctionCall(QNameW functionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionCallcomplete(List<AbstractASTNode> arguments)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialFunctionCall
public PartialFunctionCall(QNameW functionName)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public FunctionCall complete(List<AbstractASTNode> arguments)
-
-