gradual display of inherited methods on browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gradual display of inherited methods on browser

Günther Schmidt
Hi,

is it possible to display inherited methods in a browser gradually, ie. displaying the methods that have been added to the immediate superclass, then one level deeper ... and so on?

Günther


Reply | Threaded
Open this post in threaded view
|

Re: gradual display of inherited methods on browser

Esteban A. Maringolo-2
Günther Schmidt escribió:
> Hi,
>
> is it possible to display inherited methods in a browser gradually, ie.
> displaying the methods that have been added to the immediate superclass,
> then one level deeper ... and so on?

So so.
You can view inherited methods up to Object. Or if you like, you can
filter (hide) Object methods. Nothing between that.

But, it shouldn't be very difficult to modify that.

--
Esteban A. Maringolo
[hidden email]