Class: MilkTea::SemanticAnalyzer::InterfaceMethodBinding

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

Instance Attribute Summary collapse

Instance Attribute Details

#astObject (readonly)

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def ast
  @ast
end

#asyncObject (readonly)

Returns the value of attribute async

Returns:

  • (Object)

    the current value of async



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def async
  @async
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def name
  @name
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def params
  @params
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



65
66
67
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 65

def return_type
  @return_type
end