Class: YARD::Parser::Ruby::Legacy::RubyToken::TkOp

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

Direct Known Subclasses

TkOPASGN

Constant Summary

Constants inherited from Token

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

Instance Attribute Summary

Attributes inherited from Token

#char_no, #lex_state, #line_no, #text

Instance Method Summary collapse

Methods inherited from Token

#initialize, #set_text

Constructor Details

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

Instance Method Details

#nameObject



93
94
95
# File 'lib/yard/parser/ruby/legacy/ruby_lex.rb', line 93

def name
  self.class.op_name
end