com.evolvedbinary.xpath.parser.ast.partial
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.
PartialFunctionCall
public PartialFunctionCall(QNameW functionName)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
complete
public FunctionCall complete(List<AbstractASTNode> arguments)
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.