Class BinaryShiftToken
represents a token for a binary shift
public sealed class BinaryShiftToken : Token
- Inheritance
-
BinaryShiftToken
- Inherited Members
Constructors
BinaryShiftToken(Token, int, int)
initializing constructor
public BinaryShiftToken(Token previous, int binaryShiftStart, int binaryShiftByteCount)
Parameters
Methods
ToString()
string representation
public override string ToString()
Returns
appendTo(BitArray, byte[])
appends the byte array to the BitArray
public override void appendTo(BitArray bitArray, byte[] text)