Uses of Class
org.apache.qpid.filter.ConstantExpression

Packages that use ConstantExpression
org.apache.qpid.filter   
org.apache.qpid.filter.selector   
 

Uses of ConstantExpression in org.apache.qpid.filter
 

Subclasses of ConstantExpression in org.apache.qpid.filter
(package private) static class ConstantExpression.BooleanConstantExpression
           
 

Methods in org.apache.qpid.filter that return ConstantExpression
static ConstantExpression ConstantExpression.createFloat(String text)
           
static ConstantExpression ConstantExpression.createFromDecimal(String text)
           
static ConstantExpression ConstantExpression.createFromHex(String text)
           
static ConstantExpression ConstantExpression.createFromOctal(String text)
           
 

Uses of ConstantExpression in org.apache.qpid.filter.selector
 

Methods in org.apache.qpid.filter.selector that return ConstantExpression
 ConstantExpression SelectorParser.literal()
           
 



Licensed to the Apache Software Foundation