class AdLint::Cc1::Definition
Attributes
declaration_specifiers[R]
type[RW]
Public Class Methods
new(dcl_specs)
click to toggle source
# File lib/adlint/cc1/syntax.rb, line 2474 def initialize(dcl_specs) @declaration_specifiers = dcl_specs @type = nil end