Descending method

SortExp Descending()

Implementation

SortExp Descending() {
  return new SortExp(this, true);
}