| Package | org.spicefactory.lib.expr.impl |
| Class | public class LiteralExpression |
| 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.
Implementation public function get expressionString():String
| value | property |
value:* [read-only]The fully resolved value of this expression.
Implementation public function get value():*
| LiteralExpression | () | constructor |
public function LiteralExpression(expression:String)Creates a new expression instance.
Parametersexpression:String — the expression string
|