public class LiteralStringExpression extends Object implements Expression<String>
| Constructor and Description |
|---|
LiteralStringExpression(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NodeVisitor visitor) |
String |
evaluate(PebbleTemplateImpl self,
EvaluationContext context) |
public LiteralStringExpression(String value)
public void accept(NodeVisitor visitor)
public String evaluate(PebbleTemplateImpl self, EvaluationContext context) throws PebbleException
evaluate in interface Expression<String>PebbleExceptionCopyright © 2015. All rights reserved.