struct Symbols::Symbol

Defined in:

symbols.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(name : String, scope : SymbolScope, index : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, scope _scope = @scope, index _index = @index) #

[View source]
def index : Int32 #

def name : String #

def scope : SymbolScope #