mergeUp property
final
Returns the SemanticsConfiguration
s that are supposed to be merged into
the parent semantics node.
SemanticsConfiguration
s that are either semantics boundaries or are
conflicting with other SemanticsConfiguration
s will form explicit
semantics nodes. All others will be merged into the parent.
Implementation
final List<SemanticsConfiguration> mergeUp;