struct Tdiff::Core::Difference

Defined in:

core/difference.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reason, left, right, left_type, right_type) #

[View source]

Instance Method Detail

def left : Tdiff::Tree #

[View source]
def left_type : Symbol #

[View source]
def reason : DifferenceReason #

[View source]
def right : Tdiff::Tree #

[View source]
def right_type : Symbol #

[View source]