org.exist.xquery
Class FunctionId

java.lang.Object
  extended by org.exist.xquery.FunctionId
All Implemented Interfaces:
java.lang.Comparable<FunctionId>

public class FunctionId
extends java.lang.Object
implements java.lang.Comparable<FunctionId>

Used to uniquely identify a function by its function name and arity.


Constructor Summary
FunctionId(QName qname, int arguments)
           
 
Method Summary
 int compareTo(FunctionId other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionId

public FunctionId(QName qname,
                  int arguments)
Method Detail

compareTo

public int compareTo(FunctionId other)
Specified by:
compareTo in interface java.lang.Comparable<FunctionId>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object