Class: YARD::Parser::Ruby::Legacy::RubyToken::TkKW

Inherits:
TkId
  • Object
show all
Defined in:
lib/yard/parser/ruby/legacy/ruby_lex.rb

Overview

Represents a Ruby keyword

Constant Summary

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::TkId

Instance Attribute Details

#char_no ⇒ Integer (readonly) Originally defined in class Token

Returns the character number in the file/stream the token is located.

Returns:

  • (Integer) —

    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

Returns:

  • (Symbol) —

    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.

Returns:

  • (Integer) —

    the line number in the file/stream the token is located.

#name ⇒ Object (readonly) Originally defined in class TkId

Returns the value of attribute name

#text ⇒ String (readonly) Originally defined in class Token

Returns the token text value

Returns:

  • (String) —

    the token text value