Interface ExpressionCompilationContext

All Known Subinterfaces:
ExtensibleExpressionCompilationContext
All Known Implementing Classes:
DefaultExpressionCompilationContext

@Internal public interface ExpressionCompilationContext
Compilation context is a set of entries which can be referenced in evaluated expression using the '#' sign followed by entry name.
Since:
4.0.0
Author:
Sergey Gavrilov