class Antlr4::Runtime::OrderedATNConfigSet
Public Class Methods
new()
click to toggle source
Calls superclass method
Antlr4::Runtime::ATNConfigSet::new
# File lib/antlr4/runtime/ordered_atn_config_set.rb, line 10 def initialize super @config_lookup = LexerConfigHashSet.new end