public class StringInterpolator extends AbstractStringReplacer<ExpressionEvaluator>
| Constructor and Description |
|---|
StringInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
extractMatchName(String group) |
protected Pattern |
getPattern() |
protected String |
replacementValue(ExpressionEvaluator expressionEvaluator,
HiddenTokenAwareTree technicalUnderlying,
com.github.sommeri.less4j.core.compiler.expressions.strings.MatchRange matchRange) |
replaceInprotected Pattern getPattern()
getPattern in class AbstractStringReplacer<ExpressionEvaluator>protected String extractMatchName(String group)
extractMatchName in class AbstractStringReplacer<ExpressionEvaluator>protected String replacementValue(ExpressionEvaluator expressionEvaluator, HiddenTokenAwareTree technicalUnderlying, com.github.sommeri.less4j.core.compiler.expressions.strings.MatchRange matchRange)
replacementValue in class AbstractStringReplacer<ExpressionEvaluator>Copyright © 2012-2013. All Rights Reserved.