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

GO::Handlers::base - default handler

Description

       Default Handler, other handlers inherit from this class

       this class catches events (start, end and body) and allows the subclassing module to intercept these.
       unintercepted events get pushed into a tree

       See GO::Parser for details on parser/handler architecture

Name

         GO::Handlers::base     - default handler

Public Methods -

strictorder
         Usage   - $handler->strictorder(1);
         Returns -
         Args    -

       boolean accessor; if set, then terms passed must be in order

perl v5.36.0                                       2023-12-18                            GO::Handlers::base(3pm)

Synopsis

         use GO::Handlers::base

See Also