195196197198199200201
} @Override protected final ExpressionNode makeRangeUnion( Collection<ExpressionNode> _firstTwoElements ) { return new ExpressionNodeForRangeUnion( _firstTwoElements ); }