Class ConcatenateExpression
java.lang.Object
io.pebbletemplates.pebble.node.expression.BinaryExpression<Object>
io.pebbletemplates.pebble.node.expression.ConcatenateExpression
- All Implemented Interfaces:
Expression<Object>
,Node
Expression which implements the string concatenation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(PebbleTemplateImpl self, EvaluationContextImpl context) toString()
Methods inherited from class io.pebbletemplates.pebble.node.expression.BinaryExpression
accept, getLeftExpression, getLineNumber, getRightExpression, setLeft, setLineNumber, setRight