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
27 Paul Evans <leonerd@leonerd.org.uk>
28
29
30
31perl v5.34.0 2021-10-08 Object::Pad::MOP::Method(3)