struct

Ast::FieldAccess

Inherits Ast::Expr < IrNode < Struct < Value < Object

Constructors

new(location : Location, object : Cell(Expr), field : ::String)
Source
new(location : Location, object : Expr, field : ::String)
Source

Instance methods

field
Source
field=(field : ::String)
Source
location
Source
location=(location : Location)
Source
object
Source
object=(object : Cell(Expr))
Source
to_s(io : IO)

Same as #inspect(io).

Source