Class::MOP::Method::Inlined - Method base class for methods which have been inlined


Class-MOP documentation  | view source Contained in the Class-MOP distribution.

Index


NAME

Top

Class::MOP::Method::Inlined - Method base class for methods which have been inlined

DESCRIPTION

Top

This is a Class::MOP::Method::Generated subclass for methods which can be inlined.

METHODS

Top

$metamethod->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.

AUTHORS

Top

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Top


Class-MOP documentation  | view source Contained in the Class-MOP distribution.