mergeUp property

List<SemanticsConfiguration> mergeUp
final

Returns the SemanticsConfigurations that are supposed to be merged into the parent semantics node.

SemanticsConfigurations that are either semantics boundaries or are conflicting with other SemanticsConfigurations will form explicit semantics nodes. All others will be merged into the parent.

Implementation

final List<SemanticsConfiguration> mergeUp;