Class: MilkTea::Parser::ParseContext
- Inherits:
-
Data
- Object
- Data
- MilkTea::Parser::ParseContext
- Defined in:
- lib/milk_tea/core/parser.rb
Instance Attribute Summary collapse
-
#current_type_param_names ⇒ Object
readonly
Returns the value of attribute current_type_param_names.
-
#known_generic_callable_names ⇒ Object
readonly
Returns the value of attribute known_generic_callable_names.
-
#known_import_aliases ⇒ Object
readonly
Returns the value of attribute known_import_aliases.
-
#known_type_names ⇒ Object
readonly
Returns the value of attribute known_type_names.
Instance Attribute Details
#current_type_param_names ⇒ Object (readonly)
Returns the value of attribute current_type_param_names
41 42 43 |
# File 'lib/milk_tea/core/parser.rb', line 41 def current_type_param_names @current_type_param_names end |
#known_generic_callable_names ⇒ Object (readonly)
Returns the value of attribute known_generic_callable_names
41 42 43 |
# File 'lib/milk_tea/core/parser.rb', line 41 def known_generic_callable_names @known_generic_callable_names end |
#known_import_aliases ⇒ Object (readonly)
Returns the value of attribute known_import_aliases
41 42 43 |
# File 'lib/milk_tea/core/parser.rb', line 41 def known_import_aliases @known_import_aliases end |
#known_type_names ⇒ Object (readonly)
Returns the value of attribute known_type_names
41 42 43 |
# File 'lib/milk_tea/core/parser.rb', line 41 def known_type_names @known_type_names end |