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
ExtUtils::XSpp::Node::Method(3) User Contributed Perl Documentation ExtUtils::XSpp::Node::Method(3)

ExtUtils::XSpp::Node::Method - Node representing a method

An ExtUtils::XSpp::Node::Function sub-class representing a single method declaration in a class such as

  class FooBar {
    int foo(double someArgument); // <-- this one
  }

Creates a new "ExtUtils::XSpp::Node::Method".

Most of the functionality of this class is inherited. This means that all named parameters of ExtUtils::XSpp::Node::Function are also valid for this class.

Additional named parameters accepted by the constructor: "class", which can be an ExtUtils::XSpp::Node::Class object, "const" and "virtual" that are true if the method has been declared "const" or "virtual".

Returns the name of the Perl function (method) that this method represents. It is constructed from the method's class's name and the "perl_name" attribute.

Returns true, since all objects of this class are methods.

Returns the class (ExtUtils::XSpp::Node::Class) that the method belongs to.

Returns whether the method was declared virtual.

Set whether the method is to be considered virtual.

Returns whether the method was declared const.

Returns 'public', 'protected' or 'private' depending on method access declaration. By default, only public methods are generated.
2022-04-08 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.