Class: AdLint::Cc1::UnionTypeId

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(name) ⇒ UnionTypeId

Returns a new instance of UnionTypeId.



6778
6779
6780
# File 'lib/adlint/cc1/type.rb', line 6778

def initialize(name)
  super("union #{name}")
end