Class: Mxrb::Semantic::UnresolvedReference
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::UnresolvedReference
- Defined in:
- lib/mxrb/semantic/index.rb
Instance Attribute Summary collapse
-
#expected_kinds ⇒ Object
readonly
Returns the value of attribute expected_kinds.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#expected_kinds ⇒ Object (readonly)
Returns the value of attribute expected_kinds
16 17 18 |
# File 'lib/mxrb/semantic/index.rb', line 16 def expected_kinds @expected_kinds end |
#path ⇒ Object (readonly)
Returns the value of attribute path
16 17 18 |
# File 'lib/mxrb/semantic/index.rb', line 16 def path @path end |
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
16 17 18 |
# File 'lib/mxrb/semantic/index.rb', line 16 def qualified_name @qualified_name end |
#source ⇒ Object (readonly)
Returns the value of attribute source
16 17 18 |
# File 'lib/mxrb/semantic/index.rb', line 16 def source @source end |
#value ⇒ Object (readonly)
Returns the value of attribute value
16 17 18 |
# File 'lib/mxrb/semantic/index.rb', line 16 def value @value end |