Uses of Class
org.apache.cayenne.exp.parser.EvaluatedBitwiseNode
Packages that use EvaluatedBitwiseNode
Package
Description
Contains expression parser and other expression internals.
- 
Uses of EvaluatedBitwiseNode in org.apache.cayenne.exp.parserSubclasses of EvaluatedBitwiseNode in org.apache.cayenne.exp.parserModifier and TypeClassDescriptionclassBitwise conjunction (AND or '&') expressionclassBitwise left shift '<<' operation.classBitwise disjunction (OR or '|') expression.classBitwise right shift '>>' operation.classBitwise exclusive disjunction (XOR or '^') operation.