Sha256: 2e46f8f657af76a31fc9d97a38d9c4bc2e072fbcfebd7845beff1f0a879ce26d

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

module Antlr4::Runtime

  class ErrorNodeImpl < TerminalNodeImpl
    def initialize(token)
      super(token)
    end

    def accept(visitor)
      visitor.visit_error_node(self)
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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