Methods

Class Index [+]

Quicksearch

Treetop::Runtime::TerminalSyntaxNode

Public Class Methods

new(input, interval) click to toggle source
   # File lib/treetop/runtime/terminal_syntax_node.rb, line 5
5:       def initialize(input, interval)
6:         super(input, interval, [])
7:       end

Public Instance Methods

inspect(indent="") click to toggle source
    # File lib/treetop/runtime/terminal_syntax_node.rb, line 9
 9:       def inspect(indent="")
10:         indent+
11:           self.class.to_s.sub(/.*:/,'') +
12:           " offset=#{interval.first}" +
13:           " #{text_value.inspect}"
14:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.