(Beta)
Package | com.adobe.icc.editors.model.el.operators |
Class | public class OrOperator |
Inheritance | OrOperator BinaryOperator Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor
| OrOperator | ||
Applies the operator to the given operands
| BinaryOperator | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
[override]
String representation of the operator
Concrete subclasses must have toString() defined. | OrOperator | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
OrOperator | () | Constructor |
public function OrOperator()
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor
Method Detail
toString | () | method |
override public function toString():String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
String representation of the operator Concrete subclasses must have toString() defined.
ReturnsString — String representation
|
Wed Nov 21 2018, 06:34 AM -08:00