class

Myst::IVar

Inherits Myst::Node / Reference / Object

An instance variable. IVars are primarily used inside of types do define properties that are tied to an instance of an object. The name of an IVar includes the @ character.

@[a-z][a-zA-Z0-9_]*

Constructors

new(name : String)
Source

Instance methods

==(other : self)

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

hash(hasher)

See Object#hash(hasher)

name
Source
name=(name : String)
Source