logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ExtUtils::XSpp::Node::Access - Node representing an access specifier

Accessors

access
       Returns the name of the access specifier.

perl v5.34.0                                       2022-06-13                  ExtUtils::XSpp::Node::Access(3pm)

Description

       An ExtUtils::XSpp::Node subclass representing an access (or method scope) specifier such as "public",
       "protected", "private".

Methods

new
       Creates a new "ExtUtils::XSpp::Node::Access" object.

       Named parameters: "access" must be the name of the access specifier (see above).

Name

       ExtUtils::XSpp::Node::Access - Node representing an access specifier

See Also