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::Field" - structure representing one "Tangence" structure field

Accessors

name
          $name = $field->name

       Returns the name of the field

   type
          $type = $field->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::Field(3pm)

Constructor

new
          $field = Tangence::Meta::Field->new( %args )

       Returns a new instance initialised by the given fields.

       name => STRING
               Name of the field

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

Description

       This data structure object stores information about one field of a Tangence structure. Once constructed,
       such objects are immutable.

Name

       "Tangence::Meta::Field" - structure representing one "Tangence" structure field

See Also