Class: MilkTea::AST::AlignofExpr

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

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



239
240
241
# File 'lib/milk_tea/core/ast.rb', line 239

def type
  @type
end