struct Savi::Program::Function::Link

Defined in:

savi/program.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Savi::Program::Type::Link, name : String, hygienic_id : UInt64 | Nil) #

[View source]

Instance Method Detail

def hygienic_id : UInt64 | Nil #

[View source]
def is_hygienic? #

[View source]
def name : String #

[View source]
def package #

[View source]
def resolve(ctx : Compiler::Context) #

[View source]
def show #

[View source]
def type : Type::Link #

[View source]