org.mule.common.query.expression
Class GreaterOperator

java.lang.Object
  extended by org.mule.common.query.expression.BaseOperator
      extended by org.mule.common.query.expression.AbstractBinaryOperator
          extended by org.mule.common.query.expression.GreaterOperator
All Implemented Interfaces:
BinaryOperator, Operator

public class GreaterOperator
extends AbstractBinaryOperator

Represents a greater operator


Constructor Summary
GreaterOperator()
           
 
Method Summary
 String accept(OperatorVisitor operatorVisitor)
           
 
Methods inherited from class org.mule.common.query.expression.AbstractBinaryOperator
toString
 
Methods inherited from class org.mule.common.query.expression.BaseOperator
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GreaterOperator

public GreaterOperator()
Method Detail

accept

public String accept(OperatorVisitor operatorVisitor)


Copyright © 2014. All rights reserved.