189190191192193194195
} @Override protected final ExpressionNode makeRangeIntersection( Collection<ExpressionNode> _firstTwoElements ) { return new ExpressionNodeForRangeIntersection( _firstTwoElements ); }