Skip to content

class Crystal::ExternalVar
inherits Crystal::ASTNode

Class methods

.new(name, type_spec, real_name = nil)

View source

Methods

#==(other : self)

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

#accept_children(visitor)

View source

#clone_without_location

View source

#hash(hasher)

#name=(name : String)

View source

#real_name : String?

View source

#real_name=(real_name : String?)

View source

#type_spec : ASTNode

View source

#type_spec=(type_spec : ASTNode)

View source