Semantics :
ShiftExpr
ShiftExpr
::=
AdditiveExpr
( (
<<
|
>>
|
>>>
)
AdditiveExpr
)*
Used by:
An integral expression that is the result of shifting operations.