struct

Ast::AbstractMethod

Inherits Ast::HasSignature < Ast::TopLevelItem < IrNode < Struct < Value < Object

Constructors

new(location : Location, name : ::String, signature : Signature, body : Expr | ::Nil = nil)
Source

Instance methods

body
Source
body=(body : Expr | ::Nil)
Source
name
Source
name=(name : ::String)
Source
to_s(io : IO)

Same as #inspect(io).

Source