A.32 library(prolog_xref): Cross-reference data collection library
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(prolog_xref): Cross-reference data collection library
          • xref_source/1
          • xref_current_source/1
          • xref_clean/1
          • xref_defined/3
          • xref_called/3
          • xref_exported/2
          • xref_module/2
          • xref_built_in/1
          • Extending the library
    • Packages
Availability::- use_module(library(prolog_xref)).(can be autoloaded)
Sourcexref_source(+Source)
Gather information on Source. If Source has already been processed and is still up-to-date according to the file timestamp, no action is taken. This predicate must be called on a file before information can be gathered.