Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:BitPosition

3438   BitPosition: Integer;
3440 BitPosition := BitNumber and MOD_MASK;
3441 Result := UInt64(1) shl BitPosition;