struct Crystalizer::Variable(T, A)

Overview

Holds variable metadata with its annotations.

Defined in:

variable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : T.class, annotations : A, nilable : Bool, has_default : Bool) #

[View source]

Instance Method Detail

def annotations : A #

[View source]
def has_default : Bool #

[View source]
def nilable : Bool #

[View source]
def type : T.class #

[View source]