Interface QualifiedExpression
- All Known Implementing Classes:
ListIndexExpression,MapEntryExpression,MapKeyExpression,MapValueExpression
public interface QualifiedExpression
Super type of expressions like KEY/VALUE/ENTRY/INDEX
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Method Summary
-
Method Details
-
getPath
PathExpression getPath() -
getQualificationExpression
String getQualificationExpression()
-