abstract fun reimplement(obj: Any, method: Method, args: Array<Any>): Any
Reimplement the given method.
obj - the instance we're reimplementing the method for
method - the method to reimplement
args - arguments to the method
Return
return value for the method