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, cloneQuietly
java.lang.Object invoke(DynObject self, java.lang.Object[] args) throws DynMethodException
DynMethodException
java.lang.String getName()
java.lang.String getDescription()
int getCode() throws DynMethodNotSupportedException
DynMethodNotSupportedException