Class RubyToken::TkOPASGN

Object
  |
  +--RubyToken::Token
      |
      +--RubyToken::TkOp
          |
          +--RubyToken::TkOPASGN

Attributes

op [R]

Constants

Constants inherited from RubyToken::Token
NO_TEXT

Constructor Summary

initialize(line_no, char_no, op)

Public Instance Method Summary

Object op
      Returns the value of attribute op .
Object op=(value)
      Sets the attribute op .

Public instance methods inherited from RubyToken::TkOp
name

Public instance methods inherited from RubyToken::Token
line_no, text, lex_state=, text=, line_no=, char_no=, lex_state, char_no, set_text

Public Instance Method Details

op

public Object op

Returns the value of attribute op


op=

public Object op=(value)

Sets the attribute op

Parameters:
value - the value to set the attribute op to.