org.mule.common.query.expression
Class BinaryLogicalExpression

java.lang.Object
  extended by org.mule.common.query.expression.Expression
      extended by org.mule.common.query.expression.LogicalExpression
          extended by org.mule.common.query.expression.BinaryLogicalExpression
Direct Known Subclasses:
And, Or

public abstract class BinaryLogicalExpression
extends LogicalExpression

Class for Binary logical expressions

Author:
Mulesoft, Inc

Field Summary
protected  Expression left
          Left expression
protected  Expression right
          Right expression
 
Constructor Summary
BinaryLogicalExpression()
           
 
Method Summary
 Expression getLeft()
           
 Expression getRight()
           
 
Methods inherited from class org.mule.common.query.expression.Expression
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

protected Expression left
Left expression


right

protected Expression right
Right expression

Constructor Detail

BinaryLogicalExpression

public BinaryLogicalExpression()
Method Detail

getLeft

public Expression getLeft()

getRight

public Expression getRight()


Copyright © 2014. All rights reserved.