Alias Parser.~this

class Parser
{
  // ...
  alias ~this;
  // ...
}