Class: MilkTea::Parser::ParseContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_type_param_namesObject (readonly)

Returns the value of attribute current_type_param_names

Returns:

  • (Object)

    the current value of 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_namesObject (readonly)

Returns the value of attribute known_generic_callable_names

Returns:

  • (Object)

    the current value of 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_aliasesObject (readonly)

Returns the value of attribute known_import_aliases

Returns:

  • (Object)

    the current value of 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_namesObject (readonly)

Returns the value of attribute known_type_names

Returns:

  • (Object)

    the current value of known_type_names



41
42
43
# File 'lib/milk_tea/core/parser.rb', line 41

def known_type_names
  @known_type_names
end