Uses of Class
org.apache.activemq.artemis.selector.filter.ConstantExpression
-
Packages that use ConstantExpression Package Description org.apache.activemq.artemis.selector.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.artemis.selector.hyphenated org.apache.activemq.artemis.selector.strict -
-
Uses of ConstantExpression in org.apache.activemq.artemis.selector.filter
Methods in org.apache.activemq.artemis.selector.filter that return ConstantExpression Modifier and Type Method Description static ConstantExpression
ConstantExpression. createFloat(java.lang.String text)
static ConstantExpression
ConstantExpression. createFromDecimal(java.lang.String text)
static ConstantExpression
ConstantExpression. createFromHex(java.lang.String text)
static ConstantExpression
ConstantExpression. createFromOctal(java.lang.String text)
-
Uses of ConstantExpression in org.apache.activemq.artemis.selector.hyphenated
Methods in org.apache.activemq.artemis.selector.hyphenated that return ConstantExpression Modifier and Type Method Description ConstantExpression
HyphenatedParser. literal()
-
Uses of ConstantExpression in org.apache.activemq.artemis.selector.strict
Methods in org.apache.activemq.artemis.selector.strict that return ConstantExpression Modifier and Type Method Description ConstantExpression
StrictParser. literal()
-