Class AbstractArithmeticBinaryOperator
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
- net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
-
- net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractArithmeticBinaryOperator
-
- All Implemented Interfaces:
ArithmeticExpression
- Direct Known Subclasses:
DivideOperator,MultiplyOperator,SubstractOperator,SumOperator
public abstract class AbstractArithmeticBinaryOperator extends AbstractBinaryOperator implements ArithmeticExpression
AbstractArithmeticBinaryOperator
-
-
Field Summary
-
Fields inherited from class net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
leftOperand, rightOperand
-
-
Constructor Summary
Constructors Constructor Description AbstractArithmeticBinaryOperator(SelectorNode leftOperand, SelectorNode rightOperand)Constructor
-
Method Summary
-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
leftOperand, rightOperand
-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
evaluate, evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesize
-
-
-
-
Constructor Detail
-
AbstractArithmeticBinaryOperator
public AbstractArithmeticBinaryOperator(SelectorNode leftOperand, SelectorNode rightOperand) throws javax.jms.InvalidSelectorException
Constructor- Throws:
javax.jms.InvalidSelectorException
-
-