ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.editors.model.el 

IOperator  - AS3 Asset Composer

Packagecom.adobe.icc.editors.model.el
Interfacepublic 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

This is the interface for all operators



Public Methods
 MethodDefined By
  
apply(... operands):Expression
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.

Returns
Expression — Expression generated after applying the operator to given operands

toString

()method 
public function toString():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

String representation of the operator

Returns
String — String representation