Class: Jade::Frontend::UsageAnalysis::Reference
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::UsageAnalysis::Reference
- Defined in:
- lib/jade/frontend/usage_analysis/reference_index.rb
Overview
owner is the key of the enclosing declaration or implementation,
nil only at module level. Declaration owners share the
symbol_key namespace, so a reference's owner can be looked up in
the index that produced it.
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#symbol_key ⇒ Object
readonly
Returns the value of attribute symbol_key.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
8 9 10 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 8 def kind @kind end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
8 9 10 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 8 def owner @owner end |
#range ⇒ Object (readonly)
Returns the value of attribute range
8 9 10 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 8 def range @range end |
#symbol_key ⇒ Object (readonly)
Returns the value of attribute symbol_key
8 9 10 |
# File 'lib/jade/frontend/usage_analysis/reference_index.rb', line 8 def symbol_key @symbol_key end |