struct Mint::Compiler::Tag

Overview

Represents a tag.

Defined in:

compiler.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, node _node = @node) #

[View source]
def name : String #

def node : Ast::Node #