Packageorg.spicefactory.lib.expr.impl
Classpublic class LiteralExpression
InheritanceLiteralExpression Inheritance Object
Implements Expression

Represents a literal expression without variable parts. Example: "This is just a literal."



Public Properties
 PropertyDefined By
  expressionString : String
[read-only] The unresolved expression string.
LiteralExpression
  value : *
[read-only] The fully resolved value of this expression.
LiteralExpression
Public Methods
 MethodDefined By
  
LiteralExpression(expression:String)
Creates a new expression instance.
LiteralExpression
Property Detail
expressionStringproperty
expressionString:String  [read-only]

The unresolved expression string.


Implementation
    public function get expressionString():String
valueproperty 
value:*  [read-only]

The fully resolved value of this expression.


Implementation
    public function get value():*
Constructor Detail
LiteralExpression()Constructor
public function LiteralExpression(expression:String)

Creates a new expression instance.

Parameters
expression:String — the expression string