Sha256: 2c0800bcd44ed84b170fbcff60072a59ef6d3d99451c7f42093d1b4f9c721b9e

Contents?: true

Size: 322 Bytes

Versions: 14

Compression:

Stored size: 322 Bytes

Contents

module Antlr4::Runtime
  class LookaheadEventInfo < DecisionEventInfo
    attr_reader :predicted_alt

    def initialize(decision, configs, predicted_alt, input, start_index, stop_index, fullCtx)
      super(decision, configs, input, start_index, stop_index, fullCtx)
      @predicted_alt = predicted_alt
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
antlr4-runtime-0.2.12 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.11 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.10 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.9 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.8 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.7 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.6 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.5 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.4 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.3 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.2 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.1 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.2.0 lib/antlr4/runtime/lookahead_event_info.rb
antlr4-runtime-0.1.0 lib/antlr4/runtime/lookahead_event_info.rb