in reply to OO: All Methods
But you can get some impression of what's there by inspecting the ISA tree of the class, and walking the stashes of the class and its ISA inheritance tree, and see whether there are any code ref entries in the stashes. However, that doesn't distinguish between class private "normal" subroutines, and subroutines intended to be called as class or object methods.
Perhaps your best option is to read the documentation of the object.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OO: All Methods
by rkg (Hermit) on Dec 15, 2003 at 11:48 UTC | |
by Abigail-II (Bishop) on Dec 15, 2003 at 12:04 UTC | |
by simonm (Vicar) on Dec 15, 2003 at 17:54 UTC |