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 : ASTNode ¶ View source #body=(body : ASTNode) ¶ View source #clone_without_location ¶ View source #hash(hasher) ¶ See Object#hash(hasher) #name : String? ¶ View source #name=(name : String?) ¶ View source #types : Array(ASTNode)? ¶ View source #types=(types : Array(ASTNode)?) ¶ View source