1Class::MOP::Method::GenUesrearteCdo(n3t)ributed Perl DocCulmaesnst:a:tMiOoPn::Method::Generated(3)
2
3
4
6 Class::MOP::Method::Generated - Abstract base class for generated meth‐
7 ods
8
10 This is a "Class::MOP::Method" subclass which is used interally by
11 "Class::MOP::Method::Accessor" and "Class::MOP::Method::Constructor".
12
14 new (%options)
15 This creates the method based on the criteria in %options, these
16 options are:
17
18 is_inline
19 This is a boolean to indicate if the method should be generated
20 as a closure, or as a more optimized inline version.
21
22 is_inline
23 This returns the boolean which was passed into "new".
24
25 initialize_body
26 This is an abstract method and will throw an exception if called.
27
29 Stevan Little <stevan@iinteractive.com>
30
32 Copyright 2006, 2007 by Infinity Interactive, Inc.
33
34 <http://www.iinteractive.com>
35
36 This library is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.8.8 2007-11-07 Class::MOP::Method::Generated(3)