org.apache.qpid.filter
Class UnaryExpression.BooleanUnaryExpression

java.lang.Object
  extended by org.apache.qpid.filter.UnaryExpression
      extended by org.apache.qpid.filter.UnaryExpression.BooleanUnaryExpression
All Implemented Interfaces:
BooleanExpression, Expression
Enclosing class:
UnaryExpression

abstract static class UnaryExpression.BooleanUnaryExpression
extends UnaryExpression
implements BooleanExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.filter.UnaryExpression
UnaryExpression.BooleanUnaryExpression
 
Field Summary
 
Fields inherited from class org.apache.qpid.filter.UnaryExpression
right
 
Constructor Summary
UnaryExpression.BooleanUnaryExpression(Expression left)
           
 
Method Summary
 boolean matches(AbstractJMSMessage message)
           
 
Methods inherited from class org.apache.qpid.filter.UnaryExpression
createBooleanCast, createInExpression, createNegate, createNOT, equals, getExpressionSymbol, getRight, hashCode, setRight, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.filter.Expression
evaluate
 

Constructor Detail

UnaryExpression.BooleanUnaryExpression

public UnaryExpression.BooleanUnaryExpression(Expression left)
Method Detail

matches

public boolean matches(AbstractJMSMessage message)
                throws org.apache.qpid.AMQInternalException
Specified by:
matches in interface BooleanExpression
Throws:
org.apache.qpid.AMQInternalException


Licensed to the Apache Software Foundation