Parent

Methods

Files

Class Index [+]

Quicksearch

Treetop::Runtime::TerminalParseFailure

Attributes

index[R]
expected_string[R]

Public Class Methods

new(index, expected_string) click to toggle source
   # File lib/treetop/runtime/terminal_parse_failure.rb, line 6
6:       def initialize(index, expected_string)
7:         @index = index
8:         @expected_string = expected_string
9:       end

Public Instance Methods

to_s() click to toggle source
    # File lib/treetop/runtime/terminal_parse_failure.rb, line 11
11:       def to_s
12:         "String matching #{expected_string} expected."
13:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.