#withAllSubclasses TextMorphForFieldView withAllSuperclasses reversed collect: [ :cls | cls -> {cls instVarNames . cls methods }].
Best regards, Henrik -----Original Message----- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Esteban A. Maringolo Sent: Tuesday, March 8, 2016 8:50 PM To: Pharo users <pharo-users@lists.pharo.org> Subject: [Pharo-users] View a class with inherited variables/methods Is there a way to view a class with all the inherited instance variables and/or methods? I'm trying to understand some code, and because the inheritance tree is not shallow, I'd like to see all the variables it has (both own and inherited). Regards! Esteban A. Maringolo