Logtalk reference manual
Built-in predicate: current_object/1

current_object/1

Description

current_object(Object)

Enumerates, by backtracking, all currently defined objects. All objects are found, either static, dynamic or built-in.

Template and modes

current_object(?object_identifier)

Errors

Object is neither a variable nor a valid object identifier:
type_error(object_identifier, Object)

Examples

| ?- current_object(list).

See also

abolish_object/1, create_object/4, object_property/2
extends_object/2-3, instantiates_class/2-3, specializes_class/2-3