Sha256: 65ef2ef0c8384b040b16ec6ad7d9914abbbf8855825849cc028b7e5ef958c1af
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
module Antlr4ruby class DecisionInfo attr_reader ambiguities: Array[AmbiguityInfo] attr_reader context_sensitivities: Array[ContextSensitivityInfo] attr_reader decision: Integer attr_reader errors: Array[ErrorInfo] attr_accessor invocations: Integer attr_accessor ll_atn_transitions: Integer attr_accessor ll_dfa_transitions: Integer attr_accessor ll_fallback: Integer attr_accessor ll_max_look: Integer attr_accessor ll_max_look_event: LookaheadEventInfo attr_accessor ll_min_look: Integer attr_accessor ll_total_look: Integer attr_reader predicate_evals: Array[PredicateEvalInfo] attr_accessor sll_atn_transitions: Integer attr_accessor sll_dfa_transitions: Integer attr_accessor sll_max_look: Integer attr_accessor sll_max_look_event: LookaheadEventInfo attr_accessor sll_min_look: Integer attr_accessor sll_total_look: Integer attr_accessor time_in_prediction: Integer def initialize: (Integer, ATNConfigSet, _TokenStream, Integer, Integer, bool) -> void end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4ruby-0.1.0 | sig/antlr4ruby/atn/info/decision_info.rbs |