class

Oxide::Language::Nodes::ObjectValue

Inherits Oxide::Language::Nodes::Value < Oxide::Language::Nodes::Node < Oxide::Language::Visitable < Reference < Object

Constructors

new(fields : Array(Oxide::Language::Nodes::ObjectField) = [] of ObjectField)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

accept(visitor : Visitor)
Source
fields
Source
fields=(fields : Array(ObjectField))
Source
hash(hasher)

See Object#hash(hasher)

value
Source