Constructors
constructor
new BitSet( nbits?: number ) : BitSet
Methods
equals
equals( other: any ) : boolean
Parameters
Returns boolean
growToInclude
growToInclude( bit: number ) : void
lengthInLongWords
lengthInLongWords( ) : number
member
member( el: number ) : boolean
Parameters
Returns boolean
toString
toString( tokenNames?: string [] ) : string
Parameters
Default value tokenNames: string [] = null
Returns string
Static create
create( bits: number [] ) : BitSet
Static of2
of2( a: number , b: number ) : BitSet
Static of3
of3( a: number , b: number , c: number ) : BitSet
Parameters
a: number
b: number
c: number
Static of4
of4( a: number , b?: number , c?: number , d?: number ) : BitSet
Parameters
a: number
Optional b: number
Optional c: number
Optional d: number
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.