Class: RubyToken::TkOp

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

Direct Known Subclasses

TkOPASGN

Constant Summary

Constants inherited from Token

RubyToken::Token::NO_TEXT

Instance Attribute Summary

Attributes inherited from Token

#char_no, #line_no, #text

Instance Method Summary collapse

Methods inherited from Token

#initialize, #set_text

Constructor Details

This class inherits a constructor from RubyToken::Token

Instance Method Details

#nameObject



82
83
84
# File 'lib/rdoc-f95/parsers/parse_rb.rb', line 82

def name
  self.class.op_name
end