Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BinaryShiftToken

Hierarchy

Index

Constructors

constructor

  • new BinaryShiftToken(previous: Token, binaryShiftStart: int, binaryShiftByteCount: int): BinaryShiftToken

Properties

Private binaryShiftByteCount

binaryShiftByteCount: short

Private binaryShiftStart

binaryShiftStart: short

Methods

add

  • add(value: int, bitCount: int): Token

addBinaryShift

  • addBinaryShift(start: int, byteCount: int): Token

appendTo

  • appendTo(bitArray: BitArray, text: Uint8Array): void

getPrevious

toString

  • toString(): string

Generated using TypeDoc