| BWAndExpression |
Implementation of Bit wise And Operator (&)
It does not supports for double operands
|
| BWComplementExpression |
Implementation of Bit wise Complement Operator (~)
It does not supports for double operands
|
| BWOrExpression |
Implementation of Bit wise OR Operator (|)
It does not supports for double operands
|
| BWSignedLeftShiftExpression |
Implementation of Bit wise Singed Left Shift Operator (<<)
It does not work for double operands
|
| BWSignedRightShiftExpression |
Implementation of Bit wise Right Shift Operator (>>)
It does not supports for double operands
|
| BWUnsignedRightShiftExpression |
Implementation of Bit wise Unsigned Right Shift Operator (>>>)
It does not supports for double operands
|
| BWXorExpression |
Implementation of Bit wise Exclusive OR Operator (^)
It does not supports for double operands
|