public class ConcatenateExpression extends BinaryExpression<Object>
| Constructor and Description |
|---|
ConcatenateExpression() |
ConcatenateExpression(Expression<?> left,
Expression<?> right) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(PebbleTemplateImpl self,
EvaluationContextImpl context) |
String |
toString() |
accept, getLeftExpression, getLineNumber, getRightExpression, setLeft, setLineNumber, setRightpublic ConcatenateExpression()
public ConcatenateExpression(Expression<?> left, Expression<?> right)
public String evaluate(PebbleTemplateImpl self, EvaluationContextImpl context)
Copyright © 2018. All rights reserved.