See: Description
| Interface | Description |
|---|---|
| BooleanExpression |
A BooleanExpression is an expression that always
produces a Boolean result.
|
| Expression |
Represents an expression
|
| Filterable |
A Filterable is the object being evaluated by the filters.
|
| Class | Description |
|---|---|
| ArithmeticExpression |
An expression which performs an operation on two expression values
|
| BinaryExpression |
An expression which performs an operation on two expression values.
|
| ComparisonExpression |
A filter performing a comparison of two objects
|
| ConstantExpression |
Represents a constant expression
|
| LogicExpression |
A filter performing a comparison of two objects
|
| PropertyExpression |
Represents a property expression
|
| UnaryExpression |
An expression which performs an operation on two expression values
|
| Exception | Description |
|---|---|
| FilterException |
Filter implementation for JMS selectors
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.