Skip to content

class Crystal::Metaclass
inherits Crystal::ASTNode

Class methods

.new(name)

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 : ASTNode)

View source

#restriction_of?(other : Metaclass, owner, strict = false)

View source

#restriction_of?(other : Path, owner, strict = false)

View source