All predicatesShow sourcepce_realise.pl

Source pce_begin_class_definition(+ClassName, +Meta, +Super, +Summary)
Dummy to allow cross-referencing and other tools to locate class-definitions after term-expansion.
Source check_loaded_class(+ClassName)[private]
If the class is already defined, we are dealing with redefinition and have to take action immediately.
Source pce_realise_class(+ClassName)
Creates `ClassName' from the compiled representation.

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

Source pce_prolog_class(?ClassName:atom) is nondet
Source pce_prolog_class(?ClassName:atom, ?SuperName:atom) is nondet
Is true if ClassName refers to a class defined in Prolog with the given superclass.
Source pce_prolog_class(?ClassName:atom) is nondet
Source pce_prolog_class(?ClassName:atom, ?SuperName:atom) is nondet
Is true if ClassName refers to a class defined in Prolog with the given superclass.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source pce_register_class(Arg1)
Source pce_extended_class(Arg1)