Class: AdLint::Cc1::EnumTypeId

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) ⇒ EnumTypeId

Returns a new instance of EnumTypeId.



5080
5081
5082
# File 'lib/adlint/cc1/type.rb', line 5080

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