Class: RubyLexer::VarNameToken
- Defined in:
- lib/rubylexer/token.rb
Overview
Instance Attribute Summary collapse
-
#in_def ⇒ Object
Returns the value of attribute in_def.
-
#lvar_type ⇒ Object
Returns the value of attribute lvar_type.
Attributes inherited from Token
#allow_ooo_offset, #as, #endline, #ident, #offset, #startline, #tag
Method Summary
Methods inherited from WToken
Methods inherited from Token
#dump, #error, #has_no_block?, #initialize, #inspect, #linecount, #orig_inspect, #to_s, #ws_munge
Constructor Details
This class inherits a constructor from RubyLexer::Token
Instance Attribute Details
#in_def ⇒ Object
Returns the value of attribute in_def.
188 189 190 |
# File 'lib/rubylexer/token.rb', line 188 def in_def @in_def end |
#lvar_type ⇒ Object
Returns the value of attribute lvar_type.
187 188 189 |
# File 'lib/rubylexer/token.rb', line 187 def lvar_type @lvar_type end |