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