public interface Expression<T> extends Node
| Modifier and Type | Method and Description |
|---|---|
T |
evaluate(PebbleTemplateImpl self,
EvaluationContext context) |
int |
getLineNumber()
Returns the line number on which the expression is defined on.
|
T evaluate(PebbleTemplateImpl self, EvaluationContext context) throws PebbleException
PebbleExceptionint getLineNumber()
Copyright © 2016. All rights reserved.