org.coinjema.util
Class BaseDuckType
java.lang.Object
org.coinjema.util.BaseDuckType
- All Implemented Interfaces:
- DuckType
public class BaseDuckType
- extends Object
- implements DuckType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDuckType
public BaseDuckType()
addMethod
public void addMethod(String name,
Functor iw)
addMethod
public void addMethod(Functor<?> f)
addMethod
public void addMethod(Object o,
String methodName)
addMethods
public void addMethods(Object o,
String[] methodNames)
ex
public Object ex(String method,
Object... args)
- Specified by:
ex
in interface DuckType
Public Domain Software.