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