Class: RubyToken::TkNode

Inherits:
Token
  • Object
show all
Defined in:
lib/rdoc/parsers/parse_rb.rb

Constant Summary

Constants inherited from Token

RubyToken::Token::NO_TEXT

Instance Attribute Summary collapse

Attributes inherited from Token

#char_no, #line_no, #text

Method Summary

Methods inherited from Token

#initialize, #set_text

Constructor Details

This class inherits a constructor from RubyToken::Token

Instance Attribute Details

#nodeObject (readonly)

Returns the value of attribute node



60
61
62
# File 'lib/rdoc/parsers/parse_rb.rb', line 60

def node
  @node
end