
com.mitchellbosecke.pebble.node.expression.ConcatenateExpression Maven / Gradle / Ivy
package com.mitchellbosecke.pebble.node.expression;
import com.mitchellbosecke.pebble.error.PebbleException;
import com.mitchellbosecke.pebble.template.EvaluationContext;
import com.mitchellbosecke.pebble.template.PebbleTemplateImpl;
/**
* Expression which implements the string concatenation.
*
* @author Thomas Hunziker
*
*/
public class ConcatenateExpression extends BinaryExpression
© 2015 - 2025 Weber Informatics LLC | Privacy Policy