Class RubyToken::TkNode

Object
  |
  +--RubyToken::Token
      |
      +--RubyToken::TkNode

Attributes

node [R]

Constants

Constants inherited from RubyToken::Token
NO_TEXT

Constructor Summary

This class inherits a constructor from RubyToken::Token

Public Instance Method Summary

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

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

Public Instance Method Details

node

public Object node

Returns the value of attribute node


node=

public Object node=(value)

Sets the attribute node

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