class SourceTyperFormatter

Overview

Child class of the crystal formatter, but will write in type restrictions for the def return_type, or individual args, if there's a signature for a given def and those type restrictions are missing.

All methods present are copy / paste from the original Crystal::Formatter for the given #visit methods

Defined in:

source_type_formatter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, signatures : Hash(String, Signature)) #

[View source]

Instance Method Detail

def added_types? : Bool #

[View source]
def visit(node : Crystal::Def) #

[View source]
def visit(node : Crystal::Arg) #

[View source]