Class: AdLint::Cc1::DoubleTypeId
- Inherits:
-
StandardTypeId
- Object
- TypeId
- StandardTypeId
- AdLint::Cc1::DoubleTypeId
- Defined in:
- lib/adlint/cc1/type.rb
Instance Method Summary collapse
-
#initialize ⇒ DoubleTypeId
constructor
A new instance of DoubleTypeId.
Methods inherited from TypeId
Constructor Details
#initialize ⇒ DoubleTypeId
Returns a new instance of DoubleTypeId.
5478 5479 5480 |
# File 'lib/adlint/cc1/type.rb', line 5478 def initialize super("double") end |