Package org.problets.domain.model.expression.node.operator.bitwise

Class Summary
BitAnd To represent bitwise and operator
BitComplement To represent bitwise 1's complement operator ~
BitOr To represent bitwise or operator
Bitwise To hold all constants specific to bitwise operators
JURightShift To represent bitwise Java unsigned right shift operator
LeftShift To represent bitwise left shift operator
RightShift To represent bitwise right shift operator
Xor To represent bitwise xor operator