| Package | org.spicefactory.lib.expr | 
| Interface | public interface Expression | 
| Implementors | CompositeExpression, LiteralExpression, ValueExpression | 
${...} which will be resolved by
 VariableResolver and/or PropertyResolver instances.
 Example: "The person must be at least ${config.minAge} years old."
 
            | Property | Defined By | ||
|---|---|---|---|
| expressionString : String [read-only] 
	 The unresolved expression string.  | Expression | ||
| value : * [read-only] 
	 The fully resolved value of this expression.  | Expression | ||
| 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():*