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

"Tangence::Meta::Argument" - structure representing one "Tangence" method or event argument

Accessors

name
          $name = $argument->name

       Returns the name of the class

   type
          $type = $argument->type

       Return the type as a Tangence::Meta::Type reference.

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.40.0                                       2024-09-13                      Tangence::Meta::Argument(3pm)

Constructor

new
          $argument = Tangence::Meta::Argument->new( %args )

       Returns a new instance initialised by the given arguments.

       name => STRING
               Name of the argument

       type => STRING
               Type of the argument as a Tangence::Meta::Type reference

Description

       This data structure object stores information about one argument to a Tangence class method or event.
       Once constructed, such objects are immutable.

Name

       "Tangence::Meta::Argument" - structure representing one "Tangence" method or event argument

See Also