# File lib/rufus/treechecker.rb, line 216
      def initialize

        @excluded_symbols = {} # symbol => exclusion_message
        @accepted_patterns = {} # 1st elt of pattern => pattern
        @excluded_patterns = {} # 1st elt of pattern => pattern, excl_message
      end