case class BitField(bfType: BitFieldType, offset: Long, offsetInWidths: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitField
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BitField(bfType: BitFieldType, offset: Long, offsetInWidths: Boolean)
Value Members
- val bfType: BitFieldType
- def get: BitFieldOp
- def incrby(value: Long): BitFieldMod
- val offset: Long
- val offsetInWidths: Boolean
- def set(value: Long): BitFieldMod