Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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