object
magicï
Object encapsulating magic methods.
Availability:
logtalk_load(verdi_neruda(loader))Author: Ulf Nilsson. Ported to Logtalk and augmented with stratified negation by Victor Lagerkvist.
Version: 1:0:0
Date: 2010-06-13
Compilation flags:
static, context_switching_callsUses:
Remarks:
(none)
Inherited public predicates:
(none)
Public predicatesï
magicise/4ï
Transform (Head :- Body) into a magic clause (NewHead :- NewBody).
Compilation flags:
staticTemplate:
magicise(Head,Body,NewHead,NewBody)Mode and number of proofs:
magicise(+term,+list,-term,-list) - zero_or_onemagic/2ï
Prefix the predicate symbol of Old with magic.
Compilation flags:
staticTemplate:
magic(Old,New)Mode and number of proofs:
magic(+callable,-callable) - zero_or_oneProtected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
(no local declarations; see entity ancestors if any)
Operatorsï
(none)