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::Structure - Token class for characters that define code structure

Author

       Adam Kennedy <adamk@cpan.org>

Description

       The "PPI::Token::Structure" class is used for tokens that control the general tree structure or code.

       This consists of seven characters. These are the six brace characters from the "round", "curly" and
       "square" pairs, plus the semi-colon statement separator ";".

Inheritance

         PPI::Token::Structure
         isa PPI::Token
             isa PPI::Element

Methods

       This class has no methods beyond what is provided by its PPI::Token and PPI::Element parent classes.

Name

       PPI::Token::Structure - Token class for characters that define code structure

Support

       See the support section in the main module.

See Also