Class: RubyLens::Index::DeclarationCollector::Namespace
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::DeclarationCollector::Namespace
- Defined in:
- lib/rubylens/index/declaration_collector.rb
Overview
A workspace namespace that earned a scene point, with the canonical definition sites that decide where its constant references land.
Instance Attribute Summary collapse
-
#declaration ⇒ Object
readonly
Returns the value of attribute declaration.
-
#definition_sites ⇒ Object
readonly
Returns the value of attribute definition_sites.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#declaration ⇒ Object (readonly)
Returns the value of attribute declaration
27 28 29 |
# File 'lib/rubylens/index/declaration_collector.rb', line 27 def declaration @declaration end |
#definition_sites ⇒ Object (readonly)
Returns the value of attribute definition_sites
27 28 29 |
# File 'lib/rubylens/index/declaration_collector.rb', line 27 def definition_sites @definition_sites end |
#name ⇒ Object (readonly)
Returns the value of attribute name
27 28 29 |
# File 'lib/rubylens/index/declaration_collector.rb', line 27 def name @name end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
27 28 29 |
# File 'lib/rubylens/index/declaration_collector.rb', line 27 def scope @scope end |