GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mouse::Meta::Class(3) User Contributed Perl Documentation Mouse::Meta::Class(3)

Mouse::Meta::Class - The Mouse class metaclass

This document describes Mouse version v2.5.10

This class is a meta object protocol for Mouse classes, which is a subset of Moose::Meta:::Class.

Finds or creates a "Mouse::Meta::Class" instance for the given ClassName. Only one instance should exist for a given class.

Returns the name of the owner class.

Gets (or sets) the list of superclasses of the owner class.

Adds a method to the owner class.

Returns whether we have a method with the given name.

Returns a Mouse::Meta::Method with the given name.

Note that you can also use "$metaclass->name->can($name)" for a method body.

Returns a list of method names which are defined in the local class. If you want a list of all applicable methods for a class, use the "get_all_methods" method.

Return the list of all Mouse::Meta::Method instances associated with the class and its superclasses.

Begins keeping track of the existing Mouse::Meta::Attribute for the owner class.

Returns whether we have a Mouse::Meta::Attribute with the given name.

Returns the Mouse::Meta::Attribute with the given name.

Returns a list of attribute names which are defined in the local class. If you want a list of all applicable attributes for a class, use the "get_all_attributes" method.

Returns the list of all Mouse::Meta::Attribute instances associated with this class and its superclasses.

Returns the list of classes in method dispatch order, with duplicates removed.

Creates a new instance.

Clones the given instance which must be an instance governed by this metaclass.

Throws an error with the given message.

Mouse::Meta::Module

Moose::Meta::Class

Class::MOP::Class

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.