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

      # traversing child components.
      super

      nil
    end