| Paket | com.adobe.icc.editors.model.el.operators |
| Sınıf | public class UnaryOperator |
| Miras Alma | UnaryOperator Object |
| Uygular | IOperator |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| operand : IOperand
Operand associated with this unary operator instance
| UnaryOperator | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | UnaryOperator | ||
Applies the operator to the given operands
| UnaryOperator | ||
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
String representation of the operator
Concrete subclasses must have toString() defined. | UnaryOperator | ||
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
Özellik Ayrıntısı
operand | özellik |
operand:IOperand| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Operand associated with this unary operator instance
Uygulama
public function get operand():IOperand public function set operand(value:IOperand):voidYapıcı Ayrıntı
UnaryOperator | () | Yapıcı |
public function UnaryOperator()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Yöntem Ayrıntısı
apply | () | yöntem |
public function apply(... operands):Expression| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
Parametreler
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | yöntem |
public function toString():String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
String representation of the operator Concrete subclasses must have toString() defined.
DöndürürString — String representation
|
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster