Uses of Class
org.apache.cayenne.exp.parser.EvaluatedBitwiseNode
Package | Description |
---|---|
org.apache.cayenne.exp.parser |
Contains expression parser and other expression internals.
|
-
Uses of EvaluatedBitwiseNode in org.apache.cayenne.exp.parser
Subclasses of EvaluatedBitwiseNode in org.apache.cayenne.exp.parser Modifier and Type Class Description class
ASTBitwiseAnd
Bitwise conjunction (AND or '&') expressionclass
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.