Class: YARD::Parser::Ruby::Legacy::RubyToken::TkNode
- Inherits:
-
Token
- Object
- Token
- YARD::Parser::Ruby::Legacy::RubyToken::TkNode
- Defined in:
- lib/yard/parser/ruby/legacy/ruby_lex.rb
Constant Summary
Instance Attribute Summary (collapse)
-
- (Object) node
readonly
Returns the value of attribute node.
Attributes inherited from Token
char_no, lex_state, line_no, text
Method Summary
Methods inherited from Token
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::Token
Instance Attribute Details
- (Object) node (readonly)
Returns the value of attribute node
65 66 67 |
# File 'lib/yard/parser/ruby/legacy/ruby_lex.rb', line 65 def node @node end |