Class: MilkTea::SemanticAnalyzer::LocalCompletionFrame

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



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

def end_line
  @end_line
end

#function_nameObject (readonly)

Returns the value of attribute function_name

Returns:

  • (Object)

    the current value of function_name



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

def function_name
  @function_name
end

#receiver_typeObject (readonly)

Returns the value of attribute receiver_type

Returns:

  • (Object)

    the current value of receiver_type



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

def receiver_type
  @receiver_type
end

#snapshotsObject (readonly)

Returns the value of attribute snapshots

Returns:

  • (Object)

    the current value of snapshots



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

def snapshots
  @snapshots
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



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

def start_line
  @start_line
end