Class ExpressionParser
java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.frontend.ExpressionParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseInterpolation
(String expressionString) Parses the expression string.
-
Constructor Details
-
ExpressionParser
public ExpressionParser()
-
-
Method Details
-
parseInterpolation
Parses 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 nullSightlyCompilerException
- if an error occurs while parsing the expression
-