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.operators 

UnaryOperator  - AS3 Asset Composer

Packagecom.adobe.icc.editors.model.el.operators
Classpublic class UnaryOperator
InheritanceUnaryOperator Inheritance Object
Implements IOperator

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 superclass for all unary operators



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  operand : IOperand
Operand associated with this unary operator instance
UnaryOperator
Public Methods
 MethodDefined By
  
Constructor.
UnaryOperator
  
apply(... operands):Expression
Applies the operator to the given operands
UnaryOperator
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
String representation of the operator Concrete subclasses must have toString() defined.
UnaryOperator
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

operand

property
operand:IOperand

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

Operand associated with this unary operator instance



Implementation
    public function get operand():IOperand
    public function set operand(value:IOperand):void
Constructor Detail

UnaryOperator

()Constructor
public function UnaryOperator()

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

Constructor.

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 Concrete subclasses must have toString() defined.

Returns
String — String representation