
io.pebbletemplates.pebble.node.expression.ConcatenateExpression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebble Show documentation
Show all versions of pebble Show documentation
Templating engine for Java.
package io.pebbletemplates.pebble.node.expression;
import io.pebbletemplates.pebble.template.EvaluationContextImpl;
import io.pebbletemplates.pebble.template.PebbleTemplateImpl;
/**
* Expression which implements the string concatenation.
*
* @author Thomas Hunziker
*/
public class ConcatenateExpression extends BinaryExpression
© 2015 - 2025 Weber Informatics LLC | Privacy Policy