Method: Antlr4::Runtime::BitSet#initialize
- Defined in:
- lib/antlr4/runtime/bit_set.rb
#initialize ⇒ BitSet
Returns a new instance of BitSet.
8 9 10 |
# File 'lib/antlr4/runtime/bit_set.rb', line 8 def initialize @bits = 0 end |
Returns a new instance of BitSet.
8 9 10 |
# File 'lib/antlr4/runtime/bit_set.rb', line 8 def initialize @bits = 0 end |