Did you know ...
Search Documentation:
Predicate pce_end_class/1
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
Packages
XPCE
Predicates
manpce/0
manpce/1
new/2
send/2
send_class/3
send_super/2
send_list/2
send_list/3
get/3
get_class/4
get_super/3
get_chain/3
get_object/4
chain_list/2
free/1
object/1
object/2
portray/1
portray_object/2
default/3
checkpce/0
pcerefer/1
in_pce_thread/1
pce_open/3
pce_server/1
pce_image_directory/1
pce_catch_errors/2
pce_global/2
pce_autoload/1
pce_autoload_all/0
auto_call/1
pce_require/1
pce_begin_class/2
pce_begin_class/3
pce_extend_class/1
pce_end_class/0
pce_end_class/1
pce_class_directive/1
pce_group/1
class_variable/3
class_variable/4
resource/3
variable/3
variable/4
handle/4
delegate_to/1
use_class_template/1
editpce/1
tracepce/1
notracepce/1
breakpce/1
nobreakpce/1
spypce/1
pce_end_class
pce_end_class
(
+Class
)
End declaration of a class.
pce_end_class/1
finishes the definition of a class opened with
pce_begin_class/[2,3]
or
pce_extend_class/1
in the same way as
pce_end_class/0
, but provides additional documentation and error checking and is recommended over
pce_end_class/0
.