Sha256: dfbb38817ba69a52b060f186a2d9bd9b5237d35ab2c9db385e44fa4b838d1f5d

Contents?: true

Size: 321 Bytes

Versions: 357

Compression:

Stored size: 321 Bytes

Contents

module Treetop
  module Runtime
    class TerminalSyntaxNode < SyntaxNode

      def initialize(input, interval)
        super(input, interval, [])
      end

      def inspect(indent="")
	indent+
	  self.class.to_s.sub(/.*:/,'') +
	  " offset=#{interval.first}" +
	  " #{text_value.inspect}"
      end
    end
  end
end

Version data entries

357 entries across 312 versions & 43 rubygems

Version Path
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.6.5 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.6.4 lib/treetop/runtime/terminal_syntax_node.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
logstash-codec-json-2.0.3 vendor/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
swift-pyrite-0.1.1 vendor/bundle/ruby/2.0.0/gems/treetop-1.6.3/lib/treetop/runtime/terminal_syntax_node.rb
swift-pyrite-0.1.0 vendor/bundle/ruby/2.0.0/gems/treetop-1.6.3/lib/treetop/runtime/terminal_syntax_node.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb
classiccms-0.7.5 vendor/bundle/gems/treetop-1.4.10/lib/treetop/runtime/terminal_syntax_node.rb
classiccms-0.7.4 vendor/bundle/gems/treetop-1.4.10/lib/treetop/runtime/terminal_syntax_node.rb
classiccms-0.7.3 vendor/bundle/gems/treetop-1.4.10/lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.6.3 lib/treetop/runtime/terminal_syntax_node.rb
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/treetop-1.4.12/lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.6.2 lib/treetop/runtime/terminal_syntax_node.rb
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/treetop-1.4.12/lib/treetop/runtime/terminal_syntax_node.rb
cloudhead-less-1.0.1 lib/vendor/treetop/lib/treetop/runtime/terminal_syntax_node.rb
cloudhead-less-1.0.10 lib/vendor/treetop/lib/treetop/runtime/terminal_syntax_node.rb
cloudhead-less-1.0.13 lib/vendor/treetop/lib/treetop/runtime/terminal_syntax_node.rb