Re: RFC 335 (v1) Class Methods Introspection: what methods does this object support by Piers Cawley- October 2, 2000 JVromanssquirrel.nl (Johan Vromans) writes:> Piers Cawley <pdcawleybofh.org.uk> writes:> > > Actually, I&39;d like to see something similar done to Universal::can> > my methods = $class->can(pattern)> > where pattern is a perl pattern matching method names. For a full> list, use > > $class->can();> > or > > $class->can(qr.);That wasn&39;t the similar thing I meant. I was talking about walking theISA tree. But having C<can>..http://www.nntp.perl.org/group/perl.perl6.language.objects/2000/10/msg590.html RFC 254 (v2) Class Collections: Provide the ability to overload classes by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEClass Collections: Provide the ability to overload classes=head1 VERSION Maintainer: Greg Williams <gregcnation.com> Date: 17 Sep 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-objectsperl.org Number: 254 Version: 2 Status: Frozen=head1 ABSTRACTCurrently, class methods can be overloaded through sub-classing. Thisfunctionality is perhaps the most compelling aspect object orientedprogramming.http://www.nntp.perl.org/group/perl.perl6.language.objects/2000/10/msg589.html |