| Package | Description | 
|---|---|
| org.apache.cayenne.exp.parser | Contains expression parser and other expression internals. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ASTBitwiseAndBitwise conjunction (AND or '&') expression | 
| class  | ASTBitwiseLeftShiftBitwise left shift '<<' operation. | 
| class  | ASTBitwiseOrBitwise disjunction (OR or '|') expression. | 
| class  | ASTBitwiseRightShiftBitwise right shift '>>' operation. | 
| class  | ASTBitwiseXorBitwise exclusive disjunction (XOR or '^') operation. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.