Uses of Class
net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
-
Uses of SelectorNode in net.timewalker.ffmq4.common.message.selector
Methods in net.timewalker.ffmq4.common.message.selector that return SelectorNode Modifier and Type Method Description SelectorNodeMessageSelectorParser. parse()Parse the given message selector expression into a selector node tree -
Uses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression
Subclasses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression Modifier and Type Class Description classIdentifierImplementation for a message selector language Identifier node.Methods in net.timewalker.ffmq4.common.message.selector.expression with parameters of type SelectorNode Modifier and Type Method Description protected StringSelectorNode. parenthesize(SelectorNode node) -
Uses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression.literal
Subclasses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression.literal Modifier and Type Class Description classBooleanLiteralBooleanLiteralclassLiteralLiteralclassNullLiteralNullLiteralclassNumericLiteralNumericLiteralclassStringLiteralStringLiteralclassStringLiteralListLiteralListMethods in net.timewalker.ffmq4.common.message.selector.expression.literal that return SelectorNode Modifier and Type Method Description SelectorNode[]StringLiteralList. getItems()Constructors in net.timewalker.ffmq4.common.message.selector.expression.literal with parameters of type SelectorNode Constructor Description StringLiteralList(SelectorNode[] items)Constructor -
Uses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression.operator
Subclasses of SelectorNode in net.timewalker.ffmq4.common.message.selector.expression.operator Modifier and Type Class Description classAbstractArithmeticBinaryOperatorAbstractArithmeticBinaryOperatorclassAbstractArithmeticUnaryOperatorAbstractArithmeticUnaryOperatorclassAbstractBinaryOperatorAbstractclassAbstractComparisonOperatorAbstractComparisonOperatorclassAbstractConditionalBinaryOperatorAbstractConditionalBinaryOperatorclassAbstractNumericComparisonOperatorAbstractNumericComparisonOperatorclassAbstractUnaryOperatorAbstractUnaryOperatorclassAndOperatorAndOperator | AND | T | F | U +------+-------+-------+------- | T | T | F | U | F | F | F | F | U | U | F | U +------+-------+-------+-------classBetweenOperatorBetweenOperatorclassDivideOperatorDivideOperatorclassEqualsOperatorEqualsOperatorclassGreaterThanOperatorGreaterThanOperatorclassGreaterThanOrEqualsOperatorGreaterThanOrEqualsOperatorclassInOperatorInOperatorclassIsNotNullOperatorIsNotNullOperatorclassIsNullOperatorIsNullOperatorclassLessThanOperatorLessThanOperatorclassLessThanOrEqualsOperatorLessThanOrEqualsOperatorclassLikeOperatorLikeOperatorclassMinusOperatorNegateOperatorclassMultiplyOperatorMultiplyOperatorclassNotBetweenOperatorNotBetweenOperatorclassNotEqualsOperatorNotEqualsOperatorclassNotInOperatorNotInOperatorclassNotLikeOperatorNotLikeOperatorclassNotOperatorNotOperatorclassOrOperatorOrOperatorSelectorNode | OR | T | F | U +------+-------+-------+-------- | T | T | T | T | F | T | F | U | U | T | U | U +------+-------+-------+-------classSubstractOperatorSubstractOperatorclassSumOperatorSumOperatorFields in net.timewalker.ffmq4.common.message.selector.expression.operator declared as SelectorNode Modifier and Type Field Description protected SelectorNodeLikeOperator. escapeOperandprotected SelectorNodeAbstractBinaryOperator. leftOperandprotected SelectorNodeBetweenOperator. leftOperandprotected SelectorNodeBetweenOperator. lowerBoundOperandprotected SelectorNodeAbstractUnaryOperator. operandprotected SelectorNodeAbstractBinaryOperator. rightOperandprotected SelectorNodeBetweenOperator. upperBoundOperandMethods in net.timewalker.ffmq4.common.message.selector.expression.operator that return SelectorNode Modifier and Type Method Description SelectorNodeAbstractBinaryOperator. leftOperand()SelectorNodeAbstractBinaryOperator. rightOperand()Constructors in net.timewalker.ffmq4.common.message.selector.expression.operator with parameters of type SelectorNode Constructor Description AbstractArithmeticBinaryOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorAbstractArithmeticUnaryOperator(SelectorNode operand)ConstructorAbstractBinaryOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorAbstractComparisonOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorAbstractConditionalBinaryOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorAbstractNumericComparisonOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorAbstractUnaryOperator(SelectorNode operand)ConstructorAndOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorBetweenOperator(SelectorNode leftOperand, SelectorNode lowerBoundOperand, SelectorNode upperBoundOperand)ConstructorDivideOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorEqualsOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorGreaterThanOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorGreaterThanOrEqualsOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorInOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorIsNotNullOperator(SelectorNode operand)ConstructorIsNullOperator(SelectorNode operand)ConstructorLessThanOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorLessThanOrEqualsOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorLikeOperator(SelectorNode leftOperand, SelectorNode rightOperand, SelectorNode escapeOperand)ConstructorMinusOperator(SelectorNode operand)ConstructorMultiplyOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorNotBetweenOperator(SelectorNode leftOperand, SelectorNode lowerBoundOperand, SelectorNode upperBoundOperand)ConstructorNotEqualsOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorNotInOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorNotLikeOperator(SelectorNode leftOperand, SelectorNode rightOperand, SelectorNode escapeOperand)ConstructorNotOperator(SelectorNode operand)ConstructorOrOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorSubstractOperator(SelectorNode leftOperand, SelectorNode rightOperand)ConstructorSumOperator(SelectorNode leftOperand, SelectorNode rightOperand)Constructor
-