Class: Ibex::LSP::SymbolOccurrence
- Inherits:
-
Struct
- Object
- Struct
- Ibex::LSP::SymbolOccurrence
- Defined in:
- lib/ibex/lsp/symbol_occurrence.rb
Overview
A source-backed grammar symbol definition or reference.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#role ⇒ Object
Returns the value of attribute role.
-
#span ⇒ Object
Returns the value of attribute span.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def data @data end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def name @name end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def path @path end |
#role ⇒ Object
Returns the value of attribute role
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def role @role end |
#span ⇒ Object
Returns the value of attribute span
6 7 8 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 6 def span @span end |