class

Dragonstone::AST::ClassVariableAssignment

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

Constructors

new(name : String, value : Node, operator : Symbol | Nil = nil, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
name
Source
operator
Source
to_source(io : IO)
Source
value
Source