class Taro::Compiler::Ast::Unit

Defined in:

compiler/parser/ast/built_in_types.cr

Constructors

Instance methods inherited from class Taro::Compiler::Ast::ReturnType

==(other : self) ==, hash(hasher) hash, name : String name, name=(name : String) name=

Constructor methods inherited from class Taro::Compiler::Ast::ReturnType

new(name : String) new

Instance methods inherited from class Taro::Compiler::Ast::Node

accept(visitor) accept, accept_children(visitor) accept_children, at(location : Location)
at(node : Node)
at(node : Nil)
at
, at_end(end_location : Location)
at_end(node : Node)
at_end(node : Nil)
at_end
, class_desc : String class_desc, end_location : Location | Nil end_location, end_location=(end_location : Location | Nil) end_location=, location : Location | Nil location, location=(location : Location | Nil) location=

Constructor Detail

def self.new(name = "Unit") #

[View source]