Class: YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace
- Defined in:
- lib/yard/parser/ruby/legacy/ruby_lex.rb
Overview
Represents whitespace
Constant Summary
Instance Attribute Summary collapse
-
#char_no ⇒ Integer
inherited
from Token
readonly
The character number in the file/stream the token is located.
-
#lex_state ⇒ Symbol
inherited
from Token
The lexical state at the token.
-
#line_no ⇒ Integer
inherited
from Token
readonly
The line number in the file/stream the token is located.
-
#text ⇒ String
inherited
from Token
readonly
The token text value.
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::Token
Instance Attribute Details
#char_no ⇒ Integer (readonly) Originally defined in class Token
Returns the character number in the file/stream the token is located.
#lex_state ⇒ Symbol Originally defined in class Token
Returns the lexical state at the token
#line_no ⇒ Integer (readonly) Originally defined in class Token
Returns the line number in the file/stream the token is located.