Skip to content

class Crystal::Rescue
inherits Crystal::ASTNode

Class methods

.new(body = nil, types = nil, name = nil)

View source

Methods

#==(other : self)

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

#accept_children(visitor)

View source

#body=(body : ASTNode)

View source

#clone_without_location

View source

#hash(hasher)

#name=(name : String?)

View source

#types=(types : Array(ASTNode)?)

View source