Package | com.adobe.icc.editors.model.el |
Interface | public interface IOperator |
Implementors | BinaryOperator, UnaryOperator |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Public Methods
Method | Defined By | ||
---|---|---|---|
Applies the operator to the given operands
| IOperator | ||
String representation of the operator
| IOperator |
Method Detail
apply | () | method |
public function apply(... operands):Expression
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
Parameters
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | method |
Mon Nov 28 2011, 06:48 AM -08:00