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