public interface DynMethod extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.Object |
invoke(DynObject self,
java.lang.Object[] args) |
clone, cloneQuietly, cloneQuietlyjava.lang.Object invoke(DynObject self, java.lang.Object[] args) throws DynMethodException
DynMethodExceptionjava.lang.String getName()
java.lang.String getDescription()
int getCode()
throws DynMethodNotSupportedException
DynMethodNotSupportedException