Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class FunctionCall extends org.eclipse.wst.xml.xpath2.processor.internal.ast.PrimaryExprClass for Function Call support.
Constructor Summary |
FunctionCall(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
java.util.Collection args) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public int | arity() Support for Arity interface. |
public org.eclipse.wst.xml.xpath2.api.Function | function() |
public java.util.Iterator | iterator() Support for Iterator interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() Support for QName interface. |
public void | set_function(org.eclipse.wst.xml.xpath2.api.Function _function) |
Constructor Detail |
public FunctionCall(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
java.util.Collection args)
Constructor for FunctionCall.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public int arity()
Support for Arity interface.
int
- Result of Arity operation.
public org.eclipse.wst.xml.xpath2.api.Function function()
org.eclipse.wst.xml.xpath2.api.Function
public java.util.Iterator iterator()
Support for Iterator interface.
java.util.Iterator
- Result of Iterator operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
Support for QName interface.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of QName operation.
public void set_function(org.eclipse.wst.xml.xpath2.api.Function _function)
_function