Interface ELExpressionIdentity
- All Known Implementing Classes:
CompiledMethodExpression, CompiledValueExpression, LiteralMethodExpression, LiteralValueExpression
@Internal
public interface ELExpressionIdentity
Exposes the bound parsed representation used to compare expressions produced by different execution modes.
-
Method Summary
-
Method Details
-
equalityForm
String equalityForm()- Returns:
- The bound parsed representation
-