Package | com.adobe.solutions.exm.runtime.impl |
Class | public class ExpressionImpl |
Inheritance | ExpressionImpl Object |
Implements | IExpression |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
assignTo : String
Returns the variable to which this expression is assigned, if any. | ExpressionImpl | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
expression : String
Returns the actual expression string. | ExpressionImpl | ||
name : String
Returns the name of the expression. | ExpressionImpl |
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates a new ExpressionImpl instance. | ExpressionImpl | ||
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 | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
assignTo | property |
assignTo:String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns the variable to which this expression is assigned, if any.
Implementation
public function get assignTo():String
public function set assignTo(value:String):void
expression | property |
expression:String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns the actual expression string.
Implementation
public function get expression():String
public function set expression(value:String):void
name | property |
Constructor Detail
ExpressionImpl | () | Constructor |
public function ExpressionImpl()
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Creates a new ExpressionImpl instance.
Thu Dec 6 2018, 01:12 PM -08:00