Skip to content

class Crystal::TypeOf
inherits Crystal::ASTNode

typeof(exp, exp, ...)

Class methods

.new(expressions)

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

#expressions : Array(ASTNode)

View source

#expressions=(expressions : Array(ASTNode))

View source

#hash(hasher)

#in_type_args=(in_type_args)

View source

#in_type_args? : Bool

View source

#map_type(type)

View source

#update(from = nil)

View source