Class BooleanLiteral
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
- net.timewalker.ffmq4.common.message.selector.expression.literal.Literal
-
- net.timewalker.ffmq4.common.message.selector.expression.literal.BooleanLiteral
-
- All Implemented Interfaces:
AtomicOperand,ConditionalExpression
public final class BooleanLiteral extends Literal implements ConditionalExpression
BooleanLiteral
-
-
Constructor Summary
Constructors Constructor Description BooleanLiteral(Boolean value)Constructor
-
Method Summary
-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.literal.Literal
evaluate, getValue, toString
-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesize
-
-
-
-
Constructor Detail
-
BooleanLiteral
public BooleanLiteral(Boolean value)
Constructor
-
-