Class: AdLint::Cc1::ArrayTypeId

Inherits:
TypeId
  • Object
show all
Defined in:
lib/adlint/cc1/type.rb

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initialize(base_type, len) ⇒ ArrayTypeId

Returns a new instance of ArrayTypeId.



6116
6117
6118
# File 'lib/adlint/cc1/type.rb', line 6116

def initialize(base_type, len)
  super(create_value(base_type, len))
end