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