Uses of Class
org.apache.qpid.server.query.engine.parsing.expression.literal.TrueLiteralExpression
-
Packages that use TrueLiteralExpression Package Description org.apache.qpid.server.query.engine.parsing.factory -
-
Uses of TrueLiteralExpression in org.apache.qpid.server.query.engine.parsing.factory
Methods in org.apache.qpid.server.query.engine.parsing.factory that return TrueLiteralExpression Modifier and Type Method Description static <T> TrueLiteralExpression<T>LiteralExpressionFactory. createTrue()Creates a TrueLiteralExpression instance
-