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

PPI::Structure::List - Explicit list or precedence ordering braces

Author

       Adam Kennedy <adamk@cpan.org>

Description

       "PPI::Structure::List" is the class used for circular braces that represent lists, and related.

Inheritance

         PPI::Structure::List
         isa PPI::Structure
             isa PPI::Node
                 isa PPI::Element

Methods

       "PPI::Structure::List" has no methods beyond those provided by the standard PPI::Structure, PPI::Node and
       PPI::Element methods.

Name

       PPI::Structure::List - Explicit list or precedence ordering braces

Support

       See the support section in the main module.

Synopsis

         # A list used for params
         function( 'param', 'param' );

         # Explicit list
         return ( 'foo', 'bar' );

See Also