Class: MilkTea::SemanticAnalyzer::LocalCompletionSnapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/semantic_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindingsObject (readonly)

Returns the value of attribute bindings

Returns:

  • (Object)

    the current value of bindings



56
57
58
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56

def bindings
  @bindings
end

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



56
57
58
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56

def column
  @column
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



56
57
58
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 56

def line
  @line
end