com.evolvedbinary.xpath.parser.ast.partial
Class PartialFunctionCall

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<FunctionCall,List<AbstractASTNode>>
          extended by 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
PartialFunctionCall(QNameW functionName)
           
 
Method Summary
 FunctionCall complete(List<AbstractASTNode> arguments)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialFunctionCall

public PartialFunctionCall(QNameW functionName)
Method Detail

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.