Class: MilkTea::SemanticAnalyzer::ToolingSnapshot

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject (readonly)

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



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

def diagnostics
  @diagnostics
end

#factsObject (readonly)

Returns the value of attribute facts

Returns:

  • (Object)

    the current value of facts



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

def facts
  @facts
end