public abstract class AbstractExpressionHandler extends Object implements ExpressionHandler
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
isLocalAssignment |
| Constructor and Description |
|---|
AbstractExpressionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
protected void |
saveLocalVariableName(String expression,
PugModel model) |
void |
setCache(boolean cache) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassertExpression, evaluateBooleanExpression, evaluateExpression, evaluateStringExpressionpublic static Pattern isLocalAssignment
public void setCache(boolean cache)
setCache in interface ExpressionHandlerpublic void clearCache()
clearCache in interface ExpressionHandlerCopyright © 2024. All rights reserved.