class

Myst::Extend

Inherits Myst::Node / Reference / Object

An extend expression. Extends allow Type instances to inherit static methods and properties from Modules. When an Extend is encountered, the module referenced by the path must already exist.

'extend' path

Constructors

new(path : TypePath)
Source

Instance methods

==(other : self)

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

accept_children(visitor)
Source
hash(hasher)

See Object#hash(hasher)

path
Source
path=(path : TypePath)
Source