Class: MilkTea::SemanticAnalyzer::LocalCompletionFrame
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::LocalCompletionFrame
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#function_name ⇒ Object
readonly
Returns the value of attribute function_name.
-
#receiver_type ⇒ Object
readonly
Returns the value of attribute receiver_type.
-
#snapshots ⇒ Object
readonly
Returns the value of attribute snapshots.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
55 56 57 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 55 def end_line @end_line end |
#function_name ⇒ Object (readonly)
Returns the value of attribute function_name
55 56 57 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 55 def function_name @function_name end |
#receiver_type ⇒ Object (readonly)
Returns the value of attribute receiver_type
55 56 57 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 55 def receiver_type @receiver_type end |
#snapshots ⇒ Object (readonly)
Returns the value of attribute snapshots
55 56 57 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 55 def snapshots @snapshots end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
55 56 57 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 55 def start_line @start_line end |