Package | com.adobe.icc.editors.model.el.operators |
Class | public class EqualsOperator |
Inheritance | EqualsOperator BinaryOperator Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | EqualsOperator | ||
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. | EqualsOperator | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
EqualsOperator | () | Constructor |
public function EqualsOperator()
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
toString | () | method |
override 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.
ReturnsString — String representation
|
Mon Nov 28 2011, 06:48 AM -08:00