Did you know ... Search Documentation:
pce_autoload.pl
PublicShow source
Source pce_autoload(+ClassName, +FileSpec)
States class `ClassName' can be created by loading the Prolog file `FileSpec'. This will actually be done if either the class is actually needed by PCE or pce_autoload_all/0 is called.
Source pce_autoload_all
Load all classes declared using the pce_autoload/2 directive. Useful for debugging purposes.