Parent

Methods

Dhaka::TokenizerErrorResult

Returned when tokenizing fails due to an unexpected character in the input stream.

Attributes

unexpected_char_index[R]

The index of the character that caused the error.

Public Class Methods

new(unexpected_char_index) click to toggle source
# File lib/dhaka/tokenizer/tokenizer.rb, line 29
def initialize(unexpected_char_index)
  @unexpected_char_index = unexpected_char_index
end

Public Instance Methods

has_error?() click to toggle source

Returns true.

# File lib/dhaka/tokenizer/tokenizer.rb, line 34
def has_error?
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.