class

Dragonstone::AST::MapLiteral

Inherits Dragonstone::AST::Node < Reference < Object

Constructors

new(entries : Array(Tuple(Node, Node)), key_type : TypeExpression | Nil = nil, value_type : TypeExpression | Nil = nil, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
entries
Source
key_type
Source
to_source(io : IO)
Source
value_type
Source