struct Mint::Scope::Target

Overview

Represents a target. We need to track which other node the target belongs to.

Defined in:

scope.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node : Ast::Node, parent : Ast::Node) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(node _node = @node, parent _parent = @parent) #

[View source]
def node : Ast::Node #

def parent : Ast::Node #