class Myst::MagicConst

Overview

A constant defined by the interpreter. MagicConsts are often used for meta-programming or tooling for libraries to better support end users. All MagicConsts are written in SCREAMING_CASE, and are surrounded by double underscores (__).

FILE | LINE | DIR

Defined in:

myst/syntax/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Myst::Node

accept(visitor) accept, accept_children(visitor) accept_children, at(node : Node)
at(node : Nil)
at(location : Location)
at
, at_end(node : Node)
at_end(node : Nil)
at_end(end_location : Location)
at_end
, class_desc : String class_desc, end_location : Location | Nil end_location, end_location=(end_location : Location | Nil) end_location=, location : Location | Nil location, location=(location : Location | Nil) location=

Constructor Detail

def self.new(type : Symbol) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

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


def dir #

[View source]
def file #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def line #

[View source]
def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]