1Object::Pad::MOP::MethoUds(e3r)Contributed Perl DocumentOabtjieocnt::Pad::MOP::Method(3)
2
3
4
6 "Object::Pad::MOP::Method" - meta-object representation of a method of
7 a "Object::Pad" class
8
10 Instances of this class represent a method of a class implemented by
11 Object::Pad. Accessors provide information about the method.
12
13 This API should be considered experimental even within the overall
14 context in which "Object::Pad" is expermental.
15
17 name
18 $name = $metamethod->name
19
20 Returns the name of the method, as a plain string.
21
22 class
23 Returns the Object::Pad::MOP::Class instance representing the class of
24 which this method is a member.
25
26 is_common
27 $bool = $metamethod->is_common
28
29 Since version 0.62.
30
31 Returns true if the method is a class-common method, or false for a
32 regular instance method.
33
35 Paul Evans <leonerd@leonerd.org.uk>
36
37
38
39perl v5.34.0 2022-03-02 Object::Pad::MOP::Method(3)