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::Unknown - Token of unknown or as-yet undetermined type

Author

       Adam Kennedy <adamk@cpan.org>

Description

       Object of the type "PPI::Token::Unknown" exist primarily inside the tokenizer, where they are temporarily
       brought into existing for a very short time to represent a token that could be one of a number of types.

       Generally, they only exist for a character or two, after which they are resolved and converted into the
       correct type. For an object of this type to survive the parsing process is considered a major bug.

       Please report any "PPI::Token::Unknown" you encounter in a PPI::Document object as a bug.

Inheritance

         PPI::Token::Unknown
         isa PPI::Token
             isa PPI::Element

Name

       PPI::Token::Unknown - Token of unknown or as-yet undetermined type

Support

       See the support section in the main module.

See Also