Class: RDoc::Parser::RipperStateLex::Token
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Parser::RipperStateLex::Token
- Defined in:
- lib/rdoc/parser/ripper_state_lex.rb
Overview
:stopdoc:
Instance Attribute Summary collapse
-
#char_no ⇒ Object
Returns the value of attribute char_no.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line_no ⇒ Object
Returns the value of attribute line_no.
-
#state ⇒ Object
Returns the value of attribute state.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#char_no ⇒ Object
Returns the value of attribute char_no
10 11 12 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 10 def char_no @char_no end |
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 10 def kind @kind end |
#line_no ⇒ Object
Returns the value of attribute line_no
10 11 12 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 10 def line_no @line_no end |
#state ⇒ Object
Returns the value of attribute state
10 11 12 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 10 def state @state end |
#text ⇒ Object
Returns the value of attribute text
10 11 12 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 10 def text @text end |