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