Skip to content

class Crystal::Yield
inherits Crystal::ASTNode

Class methods

.new(exps = [] of ASTNode, scope = 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

#end_location

The location where this node ends, or nil if the location is not known.

View source

#expanded : Call?

View source

#expanded=(expanded : Call?)

View source

#exps=(exps : Array(ASTNode))

View source

#hash(hasher)

#scope=(scope : ASTNode?)

View source