Sha256: f8571c842726498869086d6dfaf257ab13d0602b9b1c4a2f0bd5ab8afc2f7fbe

Contents?: true

Size: 308 Bytes

Versions: 14

Compression:

Stored size: 308 Bytes

Contents

module Antlr4::Runtime

  class StarLoopEntryState < DecisionState
    attr_accessor :loopback_state
    attr_accessor :is_precedence_pecision

    def initialize
      super
      @loopback_state = nil
      @is_precedence_pecision = false
    end

    def state_type
      STAR_LOOP_ENTRY
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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