Method: AdLint::Cc1::StructTypeDeclaration#initialize

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

#initialize(struct_spec, sym) ⇒ StructTypeDeclaration

Returns a new instance of StructTypeDeclaration.



2558
2559
2560
2561
2562
2563
# File 'lib/adlint/cc1/syntax.rb', line 2558

def initialize(struct_spec, sym)
  super(sym)
  @struct_specifier = struct_spec
  @struct_declarations = struct_spec.struct_declarations
  @type = nil
end