Class: YARD::Parser::Ruby::Legacy::RubyToken::TkNode

Inherits:
Token
  • Object
show all
Defined in:
lib/yard/parser/ruby/legacy/ruby_lex.rb

Constant Summary

Constants inherited from Token

YARD::Parser::Ruby::Legacy::RubyToken::Token::NO_TEXT

Instance Attribute Summary collapse

Attributes inherited from Token

#char_no, #lex_state, #line_no, #text

Method Summary

Methods inherited from Token

#initialize, #set_text

Constructor Details

This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::Token

Instance Attribute Details

#nodeObject (readonly)

Returns the value of attribute node.



64
65
66
# File 'lib/yard/parser/ruby/legacy/ruby_lex.rb', line 64

def node
  @node
end