| Package | org.spicefactory.lib.expr.impl |
| Class | public class CompositeExpression |
| Inheritance | CompositeExpression Object |
| 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.
public function get expressionString():String| value | property |
value:* [read-only] The fully resolved value of this expression.
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
|