Method: AdLint::Cc1::TypedefDeclaration#initialize

Defined in:
lib/adlint/cc1/syntax.rb

#initialize(dcl_specs, init_dcr, sym) ⇒ TypedefDeclaration

Returns a new instance of TypedefDeclaration.



2528
2529
2530
2531
2532
2533
# File 'lib/adlint/cc1/syntax.rb', line 2528

def initialize(dcl_specs, init_dcr, sym)
  super(sym)
  @declaration_specifiers = dcl_specs
  @init_declarator = init_dcr
  @type = nil
end