パッケージ | com.adobe.icc.editors.model.el.operators |
クラス | public class UnaryOperator |
継承 | UnaryOperator Object |
実装 | IOperator |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
operand : IOperand
Operand associated with this unary operator instance
| UnaryOperator |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | UnaryOperator | ||
Applies the operator to the given operands
| UnaryOperator | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
String representation of the operator
Concrete subclasses must have toString() defined. | UnaryOperator | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
operand | プロパティ |
コンストラクターの詳細
UnaryOperator | () | コンストラクター |
public function UnaryOperator()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
メソッドの詳細
apply | () | メソッド |
public function apply(... operands):Expression
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
パラメーター
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | メソッド |
Tue Jun 12 2018, 10:34 AM Z