final class SimpleToken extends Token
Modifier and Type | Field and Description |
---|---|
private short |
bitCount |
private short |
value |
Constructor and Description |
---|
SimpleToken(Token previous,
int value,
int bitCount) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
appendTo(BitArray bitArray,
byte[] text) |
java.lang.String |
toString() |
add, addBinaryShift, getPrevious
SimpleToken(Token previous, int value, int bitCount)