| Package | org.spicefactory.lib.expr.impl | 
| Class | public class LiteralExpression | 
| Inheritance | LiteralExpression    Object | 
| Implements | Expression | 
"This is just a literal."
 
            | Property | Defined By | ||
|---|---|---|---|
| expressionString : String [read-only] 
	 
	 The unresolved expression string.  | LiteralExpression | ||
| value : * [read-only] 
	 
	 The fully resolved value of this expression.  | LiteralExpression | ||
| Method | Defined By | ||
|---|---|---|---|
LiteralExpression(expression:String) 
	 Creates a new expression instance.  | LiteralExpression | ||
| expressionString | property | 
expressionString:String  [read-only] The unresolved expression string.
    public function get expressionString():String| value | property | 
value:*  [read-only] The fully resolved value of this expression.
    public function get value():*| LiteralExpression | () | Constructor | 
public function LiteralExpression(expression:String)Creates a new expression instance.
Parametersexpression:String — the expression string
	  |