Package | Description |
---|---|
org.apache.cayenne.exp.parser |
Contains expression parser and other expression internals.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTBitwiseAnd
Bitwise conjunction (AND or '&') expression
|
class |
ASTBitwiseLeftShift
Bitwise left shift '<<' operation.
|
class |
ASTBitwiseOr
Bitwise disjunction (OR or '|') expression.
|
class |
ASTBitwiseRightShift
Bitwise right shift '>>' operation.
|
class |
ASTBitwiseXor
Bitwise exclusive disjunction (XOR or '^') operation.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.