Sha256: 3a7cacfa91d31cc89dc195418a2296e0d6aa9d4bb5b32ae394b61bb343dcd8c5

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

module Antlr4ruby

  class LexerATNConfig < ATNConfig

    def initialize: (state: ATNState, alt:Integer?, context: PredictionContext?,
        config: LexerATNConfig?, executor: LexerActionExecutor?) -> void
    def self.check_non_greedy_decision: (LexerATNConfig, ATNState) -> bool

    attr_reader passed_through_non_greedy_decision: bool

    def get_lexer_action_executor: -> LexerActionExecutor

    def has_passed_through_non_greedy_decision?: -> bool

    private

    attr_reader lexer_action_executor: LexerActionExecutor
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
antlr4ruby-0.1.0 sig/antlr4ruby/atn/config/lexer_atn_config.rbs