struct

Ast::Parameter

Inherits IrNode < Struct < Value < Object

Constructors

new(location : Location, name : ::String, type : Type, convention : Convention = nil)
Source
new(location : Location, convention : Convention, name : ::String, type : Type)
Source

Instance methods

convention
Source
convention=(convention : Convention)
Source
location
Source
location=(location : Location)
Source
name
Source
name=(name : ::String)
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source
type=(type : Type)
Source