/usr/local/lib/swipl/xpce/prolog/boot/pce_principal.pl
All Application Manual Name SummaryHelp

  • prolog
    • boot
      • pce_expand.pl
      • pce_pl.pl
      • pce_principal.pl
        • free/1
        • send/3
        • get/4
        • send_implementation/3
        • get_implementation/4
      • pce_error.pl
      • pce_global.pl
      • pce_expansion.pl
      • pce_realise.pl
      • pce_goal_expansion.pl
      • pce_autoload.pl
      • pce_editor.pl
      • pce_keybinding.pl
 send_implementation(+Id, +Message, +Object)[multifile, pce(prolog/boot/pce_principal)]
Method-bodies are compiled into clauses for this predicate. Id is a unique identifier for the implementation, Message is a compound whose functor is the method name and whose arguments are the arguments to the method-call. Object is the receiving object.