//
// Copyright (c) 2008, Brian Frank and Andy Frank
// Licensed under the Academic Free License version 3.0
//
// History:
//   25 Apr 08  Brian Frank  Creation
//

**
** This represents a method return type which is
** always [this type]`docLang::Methods#thisReturns`.
**
const final class This
{

  **
  ** Private constructor.
  **
  private new make()

}