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
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def data @data end |
#key ⇒ Object
Returns the value of attribute key
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def name @name end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def path @path end |
#role ⇒ Object
Returns the value of attribute role
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def role @role end |
#span ⇒ Object
Returns the value of attribute span
12 13 14 |
# File 'lib/ibex/lsp/symbol_occurrence.rb', line 12 def span @span end |