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