ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.exm.runtime.impl 

ExpressionImpl  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.runtime.impl
Classpublic class ExpressionImpl
InheritanceExpressionImpl Inheritance Object
Implements IExpression

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Default implementation of the Expression instance. Applications can create instances of this class and pass them to the manage...() methods of the ExpressionManager interface.



Public Properties
 PropertyDefined By
  assignTo : String
Returns the variable to which this expression is assigned, if any.
ExpressionImpl
 Inheritedconstructor : 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
 MethodDefined By
  
Creates a new ExpressionImpl instance.
ExpressionImpl
 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
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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 
name:String

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Returns the name of the expression.



Implementation
    public function get name():String
    public function set name(value:String):void
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.