Class BinaryExpression
java.lang.Object
org.apache.activemq.artemis.selector.filter.BinaryExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
ArithmeticExpression,ComparisonExpression
An expression which performs an operation on two expression values.
- Version:
- $Revision: 1.2 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract StringReturns the symbol that represents this binary expression.getLeft()getRight()inthashCode()voidsetLeft(Expression expression) voidsetRight(Expression expression) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.selector.filter.Expression
evaluate
-
Field Details
-
left
-
right
-
-
Constructor Details
-
BinaryExpression
-
-
Method Details
-
getLeft
-
getRight
-
toString
-
hashCode
public int hashCode() -
equals
-
getExpressionSymbol
Returns the symbol that represents this binary expression. For example, addition is represented by "+"- Returns:
-
setRight
- Parameters:
expression-
-
setLeft
- Parameters:
expression-
-