public interface DelegatedDynObject extends DynObject
Modifier and Type | Method and Description |
---|---|
Object |
invokeDynMethod(Object self,
int methodCode,
Object[] args) |
Object |
invokeDynMethod(Object self,
String methodName,
Object[] args) |
clear, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
Object invokeDynMethod(Object self, String methodName, Object[] args) throws DynMethodException
DynMethodException
Object invokeDynMethod(Object self, int methodCode, Object[] args) throws DynMethodException
DynMethodException