Class: RubyLexer::VarNameToken

Inherits:
WToken show all
Defined in:
lib/rubylexer/token.rb

Overview


Instance Attribute Summary collapse

Attributes inherited from Token

#allow_ooo_offset, #as, #ident, #offset, #tag

Method Summary

Methods inherited from WToken

#===

Methods inherited from Token

#error, #has_no_block?, #initialize, #to_s, #ws_munge

Constructor Details

This class inherits a constructor from RubyLexer::Token

Instance Attribute Details

#in_defObject

Returns the value of attribute in_def.



147
148
149
# File 'lib/rubylexer/token.rb', line 147

def in_def
  @in_def
end

#lvar_typeObject

Returns the value of attribute lvar_type.



146
147
148
# File 'lib/rubylexer/token.rb', line 146

def lvar_type
  @lvar_type
end