| Class-MOP documentation | view source | Contained in the Class-MOP distribution. |
Class::MOP::Method::Inlined - Method base class for methods which have been inlined
This is a Class::MOP::Method::Generated subclass for methods which can be inlined.
This method returns true if the method in question can be inlined in the associated metaclass.
If it cannot be inlined, it spits out a warning and returns false.
Stevan Little <stevan@iinteractive.com>
Copyright 2006-2010 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Class-MOP documentation | view source | Contained in the Class-MOP distribution. |