Class ExpressionParser
java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.frontend.ExpressionParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseInterpolation(String expressionString) Parses the expression string.
- 
Constructor Details- 
ExpressionParserpublic ExpressionParser()
 
- 
- 
Method Details- 
parseInterpolationParses the expression string.- Parameters:
- expressionString- as defined by the HTL spec (https://github.com/Adobe-Marketing-Cloud/htl-spec/blob/master/SPECIFICATION.md)
- Returns:
- Parsed Expression object
- Throws:
- NullPointerException- is the given exprString is null
- SightlyCompilerException- if an error occurs while parsing the expression
 
 
-