| Package | org.spicefactory.lib.expr.impl |
| Class | public class CompositeExpression |
| Implements | Expression |
"The person must be at least ${config.minAge} years old."
| Property | Defined by | ||
|---|---|---|---|
| expressionString : String [read-only]
The unresolved expression string.
| CompositeExpression | ||
| value : * [read-only]
The fully resolved value of this expression.
| CompositeExpression | ||
| Method | Defined by | ||
|---|---|---|---|
|
CompositeExpression(expressions:Array)
Creates a new instance.
| CompositeExpression | ||
| 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():*
| CompositeExpression | () | constructor |
public function CompositeExpression(expressions:Array)Creates a new instance.
Parametersexpressions:Array — the expression parts that constitute this composite expression
|