Packageorg.spicefactory.lib.expr.impl
Classpublic class LiteralExpression
ImplementsExpression

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