org.mule.common.query.expression
Class UnaryLogicalExpression

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.UnaryLogicalExpression
Direct Known Subclasses:
Not

public abstract class UnaryLogicalExpression
extends LogicalExpression

Base class for Unary Expressions

Author:
Mulesoft, Inc

Field Summary
protected  Expression expression
          expression
 
Constructor Summary
UnaryLogicalExpression()
           
 
Method Summary
 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

expression

protected Expression expression
expression

Constructor Detail

UnaryLogicalExpression

public UnaryLogicalExpression()
Method Detail

getRight

public Expression getRight()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.