Groovy Documentation

org.jdesktop.xpath.function
[Java] Class AbstractFunction

java.lang.Object
  org.jdesktop.xpath.function.AbstractFunction
All Implemented Interfaces:
XPathFunction

public abstract class AbstractFunction
extends Object

Authors:
richardallenbair


Field Summary
private int arity

private String name

 
Constructor Summary
protected AbstractFunction(String name, int arity)

 
Method Summary
int getArity()

String getName()

protected Number getNumberParam(Object o)

protected String getStringParam(Object o)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

arity

private int arity


name

private String name


 
Constructor Detail

AbstractFunction

protected AbstractFunction(String name, int arity)


 
Method Detail

getArity

public final int getArity()


getName

public final String getName()


getNumberParam

protected Number getNumberParam(Object o)


getStringParam

protected String getStringParam(Object o)


 

Groovy Documentation