DRY-130: Model: implement get-return-type(|in) for methods
Submitted on 1 August 2005 at 13:48
Method objects represent method declarations. However, the type of a method depends of which it is a member when it is used (i.e. depends on the type of the object on which it was invoked). Therefore, we need a get-return-type(|in), that considers the possibly bound variables.
Log in to post comments