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