|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.xpath.function.AbstractFunction
public abstract class AbstractFunction extends Object
| 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 |
|---|
private int arity
private String name
| Constructor Detail |
|---|
protected AbstractFunction(String name, int arity)
| Method Detail |
|---|
public final int getArity()
public final String getName()
protected Number getNumberParam(Object o)
protected String getStringParam(Object o)
Groovy Documentation