Class NullCoalescingExpression

java.lang.Object
io.pebbletemplates.pebble.node.expression.BinaryExpression<Object>
io.kestra.core.runners.pebble.expression.NullCoalescingExpression
All Implemented Interfaces:
io.pebbletemplates.pebble.node.expression.Expression<Object>, io.pebbletemplates.pebble.node.Node

public class NullCoalescingExpression extends io.pebbletemplates.pebble.node.expression.BinaryExpression<Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NullCoalescingExpression(io.pebbletemplates.pebble.node.expression.Expression<?> left, io.pebbletemplates.pebble.node.expression.Expression<?> right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(io.pebbletemplates.pebble.template.PebbleTemplateImpl self, io.pebbletemplates.pebble.template.EvaluationContextImpl context)
     
     

    Methods inherited from class io.pebbletemplates.pebble.node.expression.BinaryExpression

    accept, getLeftExpression, getLineNumber, getRightExpression, setLeft, setLineNumber, setRight

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NullCoalescingExpression

      public NullCoalescingExpression()
    • NullCoalescingExpression

      public NullCoalescingExpression(io.pebbletemplates.pebble.node.expression.Expression<?> left, io.pebbletemplates.pebble.node.expression.Expression<?> right)
  • Method Details

    • evaluate

      public Object evaluate(io.pebbletemplates.pebble.template.PebbleTemplateImpl self, io.pebbletemplates.pebble.template.EvaluationContextImpl context)
    • toString

      public String toString()
      Overrides:
      toString in class Object