com.evolvedbinary.xpath.parser.ast
Class FunctionCall

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
          extended by com.evolvedbinary.xpath.parser.ast.FunctionCall
All Implemented Interfaces:
ASTNode

public class FunctionCall
extends PrimaryExpr

Created by aretter on 11/02/2016.


Constructor Summary
FunctionCall(QNameW functionName, ASTNode... arguments)
           
FunctionCall(QNameW functionName, List<? extends ASTNode> arguments)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionCall

public FunctionCall(QNameW functionName,
                    List<? extends ASTNode> arguments)

FunctionCall

public FunctionCall(QNameW functionName,
                    ASTNode... arguments)
Method Detail

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.