public class ExpressionParser extends Object
| Constructor and Description |
|---|
ExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
Interpolation |
parseInterpolation(String expressionString)
Parses the expression string.
|
public Interpolation parseInterpolation(String expressionString) throws SightlyCompilerException
expressionString - as defined by the HTL spec (https://github.com/Adobe-Marketing-Cloud/htl-spec/blob/master/SPECIFICATION.md)NullPointerException - is the given exprString is nullSightlyCompilerException - if an error occurs while parsing the expressionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.