/usr/local/lib/swipl/library/prolog_codewalk.pl
All Application Manual Name SummaryHelp

  • swipl
    • library
      • error.pl
      • debug.pl
      • apply.pl
      • lists.pl
      • broadcast.pl
      • shlib.pl
      • option.pl
      • thread_pool.pl -- Resource bounded thread management
      • gensym.pl
      • settings.pl
      • arithmetic.pl
      • main.pl -- Provide entry point for scripts
      • readutil.pl -- Read utilities
      • operators.pl
      • pairs.pl
      • prolog_source.pl -- Examine Prolog source-files
      • record.pl -- Access compound arguments by name
      • quasi_quotations.pl
      • pure_input.pl
      • solution_sequences.pl -- Modify solution sequences
      • ordsets.pl
      • random.pl
      • base64.pl
      • aggregate.pl
      • yall.pl
      • sandbox.pl -- Sandboxed Prolog code
      • apply_macros.pl -- Goal expansion rules to avoid meta-calling
      • assoc.pl -- Binary associations
      • prolog_format.pl
      • predicate_options.pl -- Access and analyse predicate options
      • csv.pl
      • pprint.pl
      • atom.pl -- Operations on atoms
      • modules.pl
      • occurs.pl
      • prolog_xref.pl
      • prolog_colour.pl
      • lazy_lists.pl -- Lazy list handling
      • ugraphs.pl -- Graph manipulation library
      • url.pl -- Analysing and constructing URL
      • www_browser.pl
      • prolog_pack.pl
      • git.pl
      • utf8.pl
      • dialect.pl
      • system.pl
      • terms.pl -- Term manipulation
      • date.pl
      • persistency.pl
      • iostream.pl -- Utilities to deal with streams
      • prolog_stack.pl -- Examine the Prolog stack
      • edinburgh.pl
      • prolog_clause.pl
      • prolog_breakpoints.pl
      • wfs.pl
      • prolog_code.pl
      • sort.pl
      • dicts.pl
      • dif.pl
      • varnumbers.pl
      • pio.pl
      • fastrw.pl
      • zip.pl
      • statistics.pl
      • qsave.pl
      • rbtrees.pl -- Red black trees
      • backcomp.pl -- Backward compatibility
      • charsio.pl -- I/O on Lists of Character Codes
      • macros.pl
      • base32.pl
      • codesio.pl
      • coinduction.pl
      • heaps.pl
      • when.pl
      • thread.pl -- High level thread primitives
      • ctypes.pl -- Character code classification
      • prolog_history.pl
      • threadutil.pl -- Interactive thread utilities
      • prolog_autoload.pl
      • check.pl
      • prolog_codewalk.pl -- Prolog code walker
        • prolog_walk_code/1
        • subterm_pos/5
        • prolog_program_clause/2
      • increval.pl
      • tables.pl
      • ansi_term.pl
      • streams.pl
      • prolog_config.pl
      • exceptions.pl -- Exception classification
      • listing.pl
      • prolog_coverage.pl
      • prolog_metainference.pl
      • prolog_wrap.pl
      • portray_text.pl
      • writef.pl -- Old-style formatted write
      • nb_set.pl
      • prolog_debug.pl
      • prolog_trace.pl
      • edit.pl
      • make.pl -- Reload modified source files
      • help.pl
      • prolog_profile.pl
      • files.pl
      • quintus.pl
      • explain.pl
      • optparse.pl
      • prolog_versions.pl
      • strings.pl
      • shell.pl
      • intercept.pl
      • hashtable.pl
 prolog_program_clause(-ClauseRef, +Options) is nondet
True when ClauseRef is a reference for clause in the program. Options is a subset of the options processed by prolog_walk_code/1. The logic for deciding on which clauses to enumerate is shared with prolog_walk_code/1.
  • module(?Module)
  • module_class(+list(Classes))