Class: MilkTea::AST::ForeignParam

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

Instance Attribute Summary collapse

Instance Attribute Details

#boundary_typeObject (readonly)

Returns the value of attribute boundary_type

Returns:

  • (Object)

    the current value of boundary_type



123
124
125
# File 'lib/milk_tea/core/ast.rb', line 123

def boundary_type
  @boundary_type
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



123
124
125
# File 'lib/milk_tea/core/ast.rb', line 123

def mode
  @mode
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



123
124
125
# File 'lib/milk_tea/core/ast.rb', line 123

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



123
124
125
# File 'lib/milk_tea/core/ast.rb', line 123

def type
  @type
end