class

Dragonstone::AST::IndexAssignment

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

Constructors

new(object : Node, index : Node, value : Node, operator : Symbol | Nil = nil, nil_safe : Bool = false, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
index
Source
nil_safe
Source
object
Source
operator
Source
to_source(io : IO)
Source
value
Source