Module lettuce.core

Class BitFieldArgs.Offset

java.lang.Object
io.lettuce.core.BitFieldArgs.Offset
Enclosing class:
BitFieldArgs

public static class BitFieldArgs.Offset
extends Object
Represents a bit field offset. See also Bits and positional offsets
Since:
4.3
  • Method Details

    • isMultiplyByTypeWidth

      public boolean isMultiplyByTypeWidth()
      Returns:
      true if the offset should be multiplied by integer width that is represented with a leading hash ( #) when constructing the command
    • getOffset

      public int getOffset()
      Returns:
      the offset.
    • toString

      public String toString()
      Overrides:
      toString in class Object