Class: RDoc::Parser::RipperStateLex::Token
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Parser::RipperStateLex::Token
- Defined in:
- lib/rdoc/parser/ripper_state_lex.rb
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
8 9 10 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 8 def char_no @char_no end |
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 8 def kind @kind end |
#line_no ⇒ Object
Returns the value of attribute line_no
8 9 10 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 8 def line_no @line_no end |
#state ⇒ Object
Returns the value of attribute state
8 9 10 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 8 def state @state end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/rdoc/parser/ripper_state_lex.rb', line 8 def text @text end |