ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.query.xpath
Class XPath.FunctionCall

java.lang.Object
  extended by org.modeshape.jcr.query.xpath.XPath.Component
      extended by org.modeshape.jcr.query.xpath.XPath.FunctionCall
Enclosing class:
XPath

public static class XPath.FunctionCall
extends XPath.Component


Constructor Summary
XPath.FunctionCall(XPath.NameTest name, List<XPath.Component> arguments)
           
 
Method Summary
 XPath.Component collapse()
          Return the collapsable form
 boolean equals(Object obj)
           
 XPath.NameTest getName()
           
 List<XPath.Component> getParameters()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath.FunctionCall

public XPath.FunctionCall(XPath.NameTest name,
                          List<XPath.Component> arguments)
Method Detail

getName

public XPath.NameTest getName()
Returns:
name

getParameters

public List<XPath.Component> getParameters()
Returns:
arguments

collapse

public XPath.Component collapse()
Description copied from class: XPath.Component
Return the collapsable form

Overrides:
collapse in class XPath.Component
Returns:
the collapsed form of th is component; never null and possibly the same as this

equals

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

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.