Uses of Class
org.apache.cayenne.exp.parser.EvaluatedBitwiseNode
Package
Description
Contains expression parser and other expression internals.
-
Uses of EvaluatedBitwiseNode in org.apache.cayenne.exp.parser
Modifier and TypeClassDescriptionclass
Bitwise conjunction (AND or '&') expressionclass
Bitwise left shift '<<' operation.class
Bitwise disjunction (OR or '|') expression.class
Bitwise right shift '>>' operation.class
Bitwise exclusive disjunction (XOR or '^') operation.