GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Object::Pad::MOP::Method(3) User Contributed Perl Documentation Object::Pad::MOP::Method(3)

"Object::Pad::MOP::Method" - meta-object representation of a method of a "Object::Pad" class

Instances of this class represent a method of a class implemented by Object::Pad. Accessors provide information about the method.

This API should be considered experimental, and will emit warnings to that effect. They can be silenced with

   use Object::Pad qw( :experimental(mop) );

   $name = $metamethod->name

Returns the name of the method, as a plain string.

Returns the Object::Pad::MOP::Class instance representing the class of which this method is a member.

   $bool = $metamethod->is_common

Since version 0.62.

Returns true if the method is a class-common method, or false for a regular instance method.

Paul Evans <leonerd@leonerd.org.uk>
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.