Class BinaryLogicalExpression
java.lang.Object
org.mule.runtime.extension.api.dsql.Expression
org.mule.runtime.extension.internal.expression.BinaryLogicalExpression
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mule.runtime.extension.api.dsql.Expression
accept, isEmpty
-
Field Details
-
left
protected org.mule.runtime.extension.api.dsql.Expression left -
right
protected org.mule.runtime.extension.api.dsql.Expression right
-
-
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()
-