struct

Ast::ModeExpr

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

Constructors

new(location : Location, expr : Cell(Expr))
Source
new(location : Location, expr : Expr)
Source

Instance methods

expr
Source
expr=(expr : Cell(Expr))
Source
location
Source
location=(location : Location)
Source
mode
Source
to_s(io : IO)

Same as #inspect(io).

Source