MorphIntroductionReconciliation

Reconciliation that handles the case where a morph is introduced into a component definition. This can be a copletely new morph or one that was previously removed from the component in question

Constructor

new MorphIntroductionReconciliation()

Methods

clearWithoutCallIfNeeded(interactiveDescriptor)

If a morph is reintroduced that was previously reified via a without() call in the same owner it was removed from, we need to simply remove the without() call instead of adding the spec to the source code.

Parameters:
NameTypeDescription
interactiveDescriptortype

description

isReintroduction()

Wether or not the morph added to the definition had been there previously.