antlr.v4.runtime.misc.BitSet

Undocumented in source.

Members

Structs

BitSet
struct BitSet

This struct implements a vector of bits that grows as needed. Each component of the bit set has a bool value. The bits of a BitSet are indexed by nonnegative integers. Individual indexed bits can be examined, set, or cleared. One BitSet may be used to modify the contents of another BitSet through logical AND, logical inclusive OR, and logical exclusive OR operations.

Meta