/**
  * Returns the cyc product identifier for this combination of code-product, kb-product and
  * branch-tag.
  */
 @SubL(source = "cycl/builder-utilities.lisp", position = 28769)
 public static final SubLObject find_cyc_product(
     SubLObject code_product, SubLObject kb_product, SubLObject branch_tag) {
   {
     final SubLThread thread = SubLProcess.currentSubLThread();
     return Sequences.find(
             list(code_product, kb_product, branch_tag),
             $cyc_product_definitions$.getDynamicValue(thread),
             Symbols.symbol_function(EQUAL),
             Symbols.symbol_function($sym40$CDR),
             UNPROVIDED,
             UNPROVIDED)
         .first();
   }
 }
 public static final SubLObject init_hierarchical_visitor_file() {
   $default_hierarchical_visitor_noop_callback$ =
       deflexical(
           "*DEFAULT-HIERARCHICAL-VISITOR-NOOP-CALLBACK*", Symbols.symbol_function($sym0$FALSE));
   $dtp_hierarchical_visitor$ =
       defconstant("*DTP-HIERARCHICAL-VISITOR*", $sym1$HIERARCHICAL_VISITOR);
   return NIL;
 }
 public static final SubLObject init_bag_file() {
   $dtp_bag$ = defconstant("*DTP-BAG*", $sym0$BAG);
   $bag_repeat_contents_iterator_watermark$ =
       deflexical("*BAG-REPEAT-CONTENTS-ITERATOR-WATERMARK*", EIGHT_INTEGER);
   $new_bag_default_test_function$ =
       deflexical("*NEW-BAG-DEFAULT-TEST-FUNCTION*", Symbols.symbol_function(EQL));
   $cfasl_opcode_bag$ = defconstant("*CFASL-OPCODE-BAG*", $int64$62);
   return NIL;
 }
 public static final SubLObject setup_bag_file() {
   // CVS_ID("Id: bag.lisp 126640 2008-12-04 13:39:36Z builder ");
   Structures.register_method(
       print_high.$print_object_method_table$.getGlobalValue(),
       $dtp_bag$.getGlobalValue(),
       Symbols.symbol_function($sym8$BAG_PRINT_FUNCTION_TRAMPOLINE));
   Structures.def_csetf(
       $sym9$BAG_STRUCT_UNIQUE_CONTENTS, $sym10$_CSETF_BAG_STRUCT_UNIQUE_CONTENTS);
   Structures.def_csetf(
       $sym11$BAG_STRUCT_REPEAT_CONTENTS, $sym12$_CSETF_BAG_STRUCT_REPEAT_CONTENTS);
   Structures.def_csetf($sym13$BAG_STRUCT_REPEAT_SIZE, $sym14$_CSETF_BAG_STRUCT_REPEAT_SIZE);
   Structures.def_csetf($sym15$BAG_STRUCT_TEST, $sym16$_CSETF_BAG_STRUCT_TEST);
   Equality.identity($sym0$BAG);
   access_macros.register_macro_helper($sym54$DO_BAG_REPEAT_INTERNAL, $sym63$DO_BAG_UNIQUE);
   access_macros.register_macro_helper($sym58$DO_BAG_UNIQUE_INTERNAL, $sym63$DO_BAG_UNIQUE);
   cfasl.register_cfasl_input_function(
       $cfasl_opcode_bag$.getGlobalValue(), $sym65$CFASL_INPUT_BAG);
   Structures.register_method(
       cfasl.$cfasl_output_object_method_table$.getGlobalValue(),
       $dtp_bag$.getGlobalValue(),
       Symbols.symbol_function($sym66$CFASL_OUTPUT_OBJECT_BAG_METHOD));
   generic_testing.define_test_case_table_int(
       $sym70$BAG_UNIT_TEST_KITCHEN_SINK,
       list(
           new SubLObject[] {
             $kw20$TEST,
             NIL,
             $kw71$OWNER,
             NIL,
             $kw72$CLASSES,
             NIL,
             $kw73$KB,
             $kw74$TINY,
             $kw75$WORKING_,
             T
           }),
       $list76);
   return NIL;
 }
 public static final SubLObject setup_hierarchical_visitor_file() {
   // CVS_ID("Id: hierarchical-visitor.lisp 127954 2009-06-04 20:08:55Z rck ");
   Structures.register_method(
       print_high.$print_object_method_table$.getGlobalValue(),
       $dtp_hierarchical_visitor$.getGlobalValue(),
       Symbols.symbol_function($sym8$HIERARCHICAL_VISITOR_PRINT_FUNCTION_TRAMPOLINE));
   Structures.def_csetf($sym9$HIER_VISIT_BEGIN_PATH_FN, $sym10$_CSETF_HIER_VISIT_BEGIN_PATH_FN);
   Structures.def_csetf($sym11$HIER_VISIT_END_PATH_FN, $sym12$_CSETF_HIER_VISIT_END_PATH_FN);
   Structures.def_csetf($sym13$HIER_VISIT_ACCEPT_NODE_FN, $sym14$_CSETF_HIER_VISIT_ACCEPT_NODE_FN);
   Structures.def_csetf($sym15$HIER_VISIT_BEGIN_VISIT_FN, $sym16$_CSETF_HIER_VISIT_BEGIN_VISIT_FN);
   Structures.def_csetf($sym17$HIER_VISIT_END_VISIT_FN, $sym18$_CSETF_HIER_VISIT_END_VISIT_FN);
   Structures.def_csetf($sym19$HIER_VISIT_PARAM, $sym20$_CSETF_HIER_VISIT_PARAM);
   Equality.identity($sym1$HIERARCHICAL_VISITOR);
   return NIL;
 }
 /** Returns T if a cyc product definition composed of these 4 values exists. */
 @SubL(source = "cycl/builder-utilities.lisp", position = 28472)
 public static final SubLObject cyc_product_definition_presentP(
     SubLObject cyc_product,
     SubLObject code_product,
     SubLObject kb_product,
     SubLObject branch_tag) {
   {
     final SubLThread thread = SubLProcess.currentSubLThread();
     return conses_high.member(
         list(cyc_product, code_product, kb_product, branch_tag),
         $cyc_product_definitions$.getDynamicValue(thread),
         Symbols.symbol_function(EQUAL),
         UNPROVIDED);
   }
 }
 @SubL(source = "cycl/constant-completion.lisp", position = 2143)
 public static final SubLObject compute_bogus_constant_names_in_code() {
   {
     final SubLThread thread = SubLProcess.currentSubLThread();
     if ((NIL != $constant_names_in_code$.getGlobalValue())) {
       {
         SubLObject _prev_bind_0 =
             utilities_macros.$noting_progress_start_time$.currentBinding(thread);
         try {
           utilities_macros.$noting_progress_start_time$.bind(Time.get_universal_time(), thread);
           utilities_macros.noting_progress_preamble($str4$Computing_bogus_constant_names_in);
           $bogus_constant_names_in_code$.setGlobalValue(NIL);
           {
             SubLObject cdolist_list_var = $constant_names_in_code$.getGlobalValue();
             SubLObject name = NIL;
             for (name = cdolist_list_var.first();
                 (NIL != cdolist_list_var);
                 cdolist_list_var = cdolist_list_var.rest(), name = cdolist_list_var.first()) {
               {
                 SubLObject constant = constants_high.find_constant(name);
                 if ((NIL != constants_high.uninstalled_constant_p(constant))) {
                   $bogus_constant_names_in_code$.setGlobalValue(
                       cons(name, $bogus_constant_names_in_code$.getGlobalValue()));
                 }
               }
             }
           }
           $bogus_constant_names_in_code$.setGlobalValue(
               Sort.sort(
                   $bogus_constant_names_in_code$.getGlobalValue(),
                   Symbols.symbol_function($sym3$STRING_),
                   UNPROVIDED));
           utilities_macros.noting_progress_postamble();
         } finally {
           utilities_macros.$noting_progress_start_time$.rebind(_prev_bind_0, thread);
         }
       }
     }
     return Sequences.length($bogus_constant_names_in_code$.getGlobalValue());
   }
 }
 @SubL(source = "cycl/constant-completion.lisp", position = 1600)
 public static final SubLObject initialize_constant_names_in_code() {
   if (ZERO_INTEGER.numE(constant_handles.constant_count())) {
     $constant_names_in_code$.setGlobalValue(NIL);
     {
       SubLObject cdolist_list_var = constant_handles.invalid_constant_names();
       SubLObject invalid_constant_name = NIL;
       for (invalid_constant_name = cdolist_list_var.first();
           (NIL != cdolist_list_var);
           cdolist_list_var = cdolist_list_var.rest(),
               invalid_constant_name = cdolist_list_var.first()) {
         $constant_names_in_code$.setGlobalValue(
             cons(invalid_constant_name, $constant_names_in_code$.getGlobalValue()));
       }
     }
     $constant_names_in_code$.setGlobalValue(
         Sort.sort(
             $constant_names_in_code$.getGlobalValue(),
             Symbols.symbol_function($sym3$STRING_),
             UNPROVIDED));
   }
   return Sequences.length($constant_names_in_code$.getGlobalValue());
 }
 public static final SubLObject setup_simple_lru_cache_strategy_file() {
   // CVS_ID("Id: simple-lru-cache-strategy.lisp 126880 2009-01-22 21:59:16Z tbrussea ");
   Structures.register_method(
       print_high.$print_object_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function($sym7$SIMPLE_LRU_CACHE_STRATEGY_PRINT_FUNCTION_TRAMPOLINE));
   Structures.def_csetf($sym8$SLRU_CACHESTRAT_CAPACITY, $sym9$_CSETF_SLRU_CACHESTRAT_CAPACITY);
   Structures.def_csetf($sym10$SLRU_CACHESTRAT_INDEX, $sym11$_CSETF_SLRU_CACHESTRAT_INDEX);
   Structures.def_csetf($sym12$SLRU_CACHESTRAT_PAYLOAD, $sym13$_CSETF_SLRU_CACHESTRAT_PAYLOAD);
   Structures.def_csetf($sym14$SLRU_CACHESTRAT_HEAD, $sym15$_CSETF_SLRU_CACHESTRAT_HEAD);
   Structures.def_csetf($sym16$SLRU_CACHESTRAT_TAIL, $sym17$_CSETF_SLRU_CACHESTRAT_TAIL);
   Structures.def_csetf(
       $sym18$SLRU_CACHESTRAT_FREELIST_HEAD, $sym19$_CSETF_SLRU_CACHESTRAT_FREELIST_HEAD);
   Structures.def_csetf($sym20$SLRU_CACHESTRAT_METRICS, $sym21$_CSETF_SLRU_CACHESTRAT_METRICS);
   Equality.identity($sym0$SIMPLE_LRU_CACHE_STRATEGY);
   Structures.register_method(
       cache_utilities.$cache_strategy_object_p_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function($sym50$CACHE_STRATEGY_OBJECT_P_SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_reset_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym51$CACHE_STRATEGY_OBJECT_RESET_SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_cache_capacity_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym52$CACHE_STRATEGY_OBJECT_CACHE_CAPACITY_SIMPLE_LRU_CACHE_STRATEGY_ME));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_cache_size_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym53$CACHE_STRATEGY_OBJECT_CACHE_SIZE_SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_track_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym54$CACHE_STRATEGY_OBJECT_TRACK_SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_trackedP_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym55$CACHE_STRATEGY_OBJECT_TRACKED__SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_untrack_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym56$CACHE_STRATEGY_OBJECT_UNTRACK_SIMPLE_LRU_CACHE_STRATEGY_METHOD));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_supports_parameter_p_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym57$CACHE_STRATEGY_OBJECT_SUPPORTS_PARAMETER_P_SIMPLE_LRU_CACHE_STRAT));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_get_parameter_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym58$CACHE_STRATEGY_OBJECT_GET_PARAMETER_SIMPLE_LRU_CACHE_STRATEGY_MET));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_set_parameter_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym59$CACHE_STRATEGY_OBJECT_SET_PARAMETER_SIMPLE_LRU_CACHE_STRATEGY_MET));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_note_reference_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym60$CACHE_STRATEGY_OBJECT_NOTE_REFERENCE_SIMPLE_LRU_CACHE_STRATEGY_ME));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_note_references_in_order_method_table$
           .getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym61$CACHE_STRATEGY_OBJECT_NOTE_REFERENCES_IN_ORDER_SIMPLE_LRU_CACHE_S));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_get_metrics_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym62$CACHE_STRATEGY_OBJECT_GET_METRICS_SIMPLE_LRU_CACHE_STRATEGY_METHO));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_reset_metrics_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym63$CACHE_STRATEGY_OBJECT_RESET_METRICS_SIMPLE_LRU_CACHE_STRATEGY_MET));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_gather_metrics_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym64$CACHE_STRATEGY_OBJECT_GATHER_METRICS_SIMPLE_LRU_CACHE_STRATEGY_ME));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_dont_gather_metrics_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym65$CACHE_STRATEGY_OBJECT_DONT_GATHER_METRICS_SIMPLE_LRU_CACHE_STRATE));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_keeps_metrics_p_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym66$CACHE_STRATEGY_OBJECT_KEEPS_METRICS_P_SIMPLE_LRU_CACHE_STRATEGY_M));
   Structures.register_method(
       cache_utilities.$new_cache_strategy_object_tracked_content_iterator_method_table$
           .getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym67$NEW_CACHE_STRATEGY_OBJECT_TRACKED_CONTENT_ITERATOR_SIMPLE_LRU_CAC));
   Structures.register_method(
       cache_utilities.$map_cache_strategy_object_tracked_content_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym68$MAP_CACHE_STRATEGY_OBJECT_TRACKED_CONTENT_SIMPLE_LRU_CACHE_STRATE));
   Structures.register_method(
       cache_utilities.$cache_strategy_object_untrack_all_method_table$.getGlobalValue(),
       $dtp_simple_lru_cache_strategy$.getGlobalValue(),
       Symbols.symbol_function(
           $sym69$CACHE_STRATEGY_OBJECT_UNTRACK_ALL_SIMPLE_LRU_CACHE_STRATEGY_METHO));
   generic_testing.define_test_case_table_int(
       $sym70$TEST_BASIC_SLRU_CACHE_STRATEGY,
       list(
           new SubLObject[] {
             $kw71$TEST,
             NIL,
             $kw72$OWNER,
             NIL,
             $kw73$CLASSES,
             NIL,
             $kw74$KB,
             $kw75$TINY,
             $kw76$WORKING_,
             T
           }),
       $list77);
   generic_testing.define_test_case_table_int(
       $sym90$COMPARE_SLRU_CACHE_STRATEGY_WITH_CACHE,
       list(
           new SubLObject[] {
             $kw71$TEST,
             NIL,
             $kw72$OWNER,
             NIL,
             $kw73$CLASSES,
             NIL,
             $kw74$KB,
             $kw75$TINY,
             $kw76$WORKING_,
             NIL
           }),
       $list91);
   generic_testing.define_test_case_table_int(
       $sym93$COMPARE_SLRU_CACHE_STRATEGY_SPEED_WITH_CACHE,
       list(
           new SubLObject[] {
             $kw71$TEST,
             NIL,
             $kw72$OWNER,
             NIL,
             $kw73$CLASSES,
             NIL,
             $kw74$KB,
             $kw75$TINY,
             $kw76$WORKING_,
             NIL
           }),
       $list94);
   return NIL;
 }