java.lang.Object
org.mule.runtime.extension.api.dsql.Expression
org.mule.runtime.extension.internal.expression.BinaryLogicalExpression
Direct Known Subclasses:
And, Or

public abstract class BinaryLogicalExpression extends org.mule.runtime.extension.api.dsql.Expression
Base abstract implementation of a binary logical expression.
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.mule.runtime.extension.api.dsql.Expression
     
    protected org.mule.runtime.extension.api.dsql.Expression
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.extension.api.dsql.Expression
     
    org.mule.runtime.extension.api.dsql.Expression
     

    Methods inherited from class org.mule.runtime.extension.api.dsql.Expression

    accept, isEmpty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • left

      protected org.mule.runtime.extension.api.dsql.Expression left
  • Constructor Details

    • BinaryLogicalExpression

      public BinaryLogicalExpression()
  • Method Details

    • getLeft

      public org.mule.runtime.extension.api.dsql.Expression getLeft()
    • getRight

      public org.mule.runtime.extension.api.dsql.Expression getRight()