Package com.luciad.datamodel.expression
Interface ILcdDataObjectExpression
public interface ILcdDataObjectExpression
An optimized representation of an expression.
- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(TLcdDataObjectExpressionContext aContext) Evaluates this expression in the given context.
-
Method Details
-
evaluate
Evaluates this expression in the given context.- Parameters:
aContext
- the context in which the expression is to be evaluated- Returns:
- the result of evaluating this expression in the given context
-