Class: Antlr4::Runtime::PredictionMode::AltAndContextMap

Inherits:
FlexibleHashMap show all
Defined in:
lib/antlr4/runtime/prediction_mode.rb

Constant Summary

Constants inherited from FlexibleHashMap

FlexibleHashMap::INITIAL_BUCKET_CAPACITY, FlexibleHashMap::INITIAL_CAPACITY, FlexibleHashMap::LOAD_FACTOR

Instance Method Summary collapse

Methods inherited from FlexibleHashMap

#bucket, #clear, #contains_key, #create_entry_list_array, #empty?, #expand, #get, #hash, #put, #size, #to_s, #to_table_string, #values

Constructor Details

#initializeAltAndContextMap

Returns a new instance of AltAndContextMap.



9
10
11
# File 'lib/antlr4/runtime/prediction_mode.rb', line 9

def initialize
  super(AltAndContextConfigEqualityComparator.instance)
end