# File lib_wpm/wpm.rb, line 2352
    def compile
      @control = Hash.new
      @params = driver.params

      # traversing child components.
      super

      nil
    end