Class | YARD::Parser::Ruby::Legacy::RubyToken::Token |
In: |
lib/yard/parser/ruby/legacy/ruby_lex.rb
|
Parent: | Object |
NO_TEXT | = | "??".freeze | @private |
char_no | [R] |
@return [Integer] the character number in the file/stream the token
is located. |
lex_state | [RW] | @return [Symbol] the lexical state at the token |
line_no | [R] |
@return [Integer] the line number in the file/stream the token is
located. |
text | [R] | @return [String] the token text value |