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

      # traversing child components.
      super

      nil
    end