Variable DeleteStatement.deleteExpression

class DeleteStatement
{
  // ...
  DeleteExpression deleteExpression;
  // ...
}