BitFieldLoc class

Location of an integer within a bitfield. https://en.wikipedia.org/wiki/C_syntax#Bit_fields

Constructors

BitFieldLoc(int start, int end)
const

Properties

count int
final
hashCode int
The hash code for this object.
no setterinherited
mask int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(int bits) int
toString() String
A string representation of this object.
inherited
write(int bits, int value) int

Operators

operator ==(Object other) bool
The equality operator.
inherited