Package | com.adobe.icc.editors.model.el |
Class | public class Expression |
Inheritance | Expression Object |
Implements | IOperand |
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
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
operands : Array
Fetches the array of operands. | Expression | ||
operator : IOperator
Operator associated with the expression
| Expression | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | Expression | ||
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 | ||
[static]
Function which returns the parsed expression
| Expression | ||
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 | ||
String representation of the operand
| Expression | ||
Returns the primitive value of the specified object. | Object |
Property Detail
operands | property |
operator | property |
operator:IOperator
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Operator associated with the expression
Implementation
public function get operator():IOperator
public function set operator(value:IOperator):void
Constructor Detail
Expression | () | Constructor |
public function Expression(operator:IOperator, operands:Array)
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Parametersoperator:IOperator — The Ioperator instance associated with this Expression class.
| |
operands:Array — The array of operands used in the creation of an Expression instance.
|
Method Detail
parse | () | method |
public static function parse(expString:String):Expression
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Function which returns the parsed expression
Parameters
expString:String — expression to be parsed
|
Expression — the parsed expression
|
toString | () | method |
Mon Nov 28 2011, 06:48 AM -08:00