Class: MilkTea::SemanticAnalyzer::LocalCompletionSnapshot
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::LocalCompletionSnapshot
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#bindings ⇒ Object
readonly
Returns the value of attribute bindings.
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#bindings ⇒ Object (readonly)
Returns the value of attribute bindings
56 57 58 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56 def bindings @bindings end |
#column ⇒ Object (readonly)
Returns the value of attribute column
56 57 58 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line
56 57 58 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56 def line @line end |