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