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::Token::Label - Token class for a statement label

Author

       Adam Kennedy <adamk@cpan.org>

Description

       A label is an identifier attached to a line or statements, to allow for various types of flow control.
       For example, a loop might have a label attached so that a "last" or "next" flow control statement can be
       used from multiple levels below to reference the loop directly.

Inheritance

         PPI::Token::Label
         isa PPI::Token
             isa PPI::Element

Methods

       There are no additional methods beyond those provided by the parent PPI::Token and PPI::Element classes.

Name

       PPI::Token::Label - Token class for a statement label

Support

       See the support section in the main module.

See Also