# File lib/yard/handlers/c/base.rb, line 30
        def self.statement_class(type = nil)
          type ? @statement_class = type : (@statement_class || Statement)
        end