Class RubyToken::TkUnknownChar

Object
  |
  +--RubyToken::Token
      |
      +--RubyToken::TkUnknownChar

Attributes

name [R]

Constants

Constants inherited from RubyToken::Token
NO_TEXT

Constructor Summary

initialize(line_no, char_no, id)

Public Instance Method Summary

Object name
      Returns the value of attribute name .
Object name=(value)
      Sets the attribute name .

Public instance methods inherited from RubyToken::Token
line_no, text, lex_state=, text=, line_no=, char_no=, lex_state, char_no, set_text

Public Instance Method Details

name

public Object name

Returns the value of attribute name


name=

public Object name=(value)

Sets the attribute name

Parameters:
value - the value to set the attribute name to.