Package | com.adobe.icc.editors.model.el |
Interface | public interface IOperator |
Implémenteurs | BinaryOperator, UnaryOperator |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Applies the operator to the given operands
| IOperator | ||
String representation of the operator
| IOperator |
Détails de la méthode
apply | () | méthode |
public function apply(... operands):Expression
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
Paramètres
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | méthode |
Tue Jun 12 2018, 09:30 AM Z