| 60 | | :- dynamic('$lgt_before_'/5). % '$lgt_before_'(Obj, Msg, Sender, Monitor, Call) |
| 61 | | :- dynamic('$lgt_after_'/5). % '$lgt_after_'(Obj, Msg, Sender, Monitor, Call) |
| | 60 | :- dynamic('$lgt_before_'/5). % '$lgt_before_'(Obj, Msg, Sender, Monitor, Call) |
| | 61 | :- dynamic('$lgt_after_'/5). % '$lgt_after_'(Obj, Msg, Sender, Monitor, Call) |
| 66 | | :- dynamic('$lgt_current_protocol_'/3). % '$lgt_current_protocol_'(Ptc, Prefix, Type) |
| 67 | | :- dynamic('$lgt_current_category_'/4). % '$lgt_current_category_'(Ctg, Prefix, Type, Synchronized) |
| 68 | | :- dynamic('$lgt_current_object_'/8). % '$lgt_current_object_'(Obj, Prefix, Dcl, Def, Super, Type, Synchronized, Threaded) |
| 69 | | |
| 70 | | :- dynamic('$lgt_implements_protocol_'/3). % '$lgt_implements_protocol_'(ObjOrCtg, Ptc, Scope) |
| 71 | | :- dynamic('$lgt_imports_category_'/3). % '$lgt_imports_category_'(Obj, Ctg, Scope) |
| 72 | | :- dynamic('$lgt_instantiates_class_'/3). % '$lgt_instantiates_class_'(Instance, Class, Scope) |
| 73 | | :- dynamic('$lgt_specializes_class_'/3). % '$lgt_specializes_class_'(Class, Superclass, Scope) |
| 74 | | :- dynamic('$lgt_extends_category_'/3). % '$lgt_extends_category_'(Ctg1, Ctg2, Scope) |
| 75 | | :- dynamic('$lgt_extends_object_'/3). % '$lgt_extends_object_'(Prototype, Parent, Scope) |
| 76 | | :- dynamic('$lgt_extends_protocol_'/3). % '$lgt_extends_protocol_'(Ptc1, Ptc2, Scope) |
| 77 | | |
| 78 | | :- dynamic('$lgt_complemented_object_'/4). % '$lgt_complemented_object_'(Object, Category, Dcl, Def) |
| | 66 | :- dynamic('$lgt_current_protocol_'/3). % '$lgt_current_protocol_'(Ptc, Prefix, Type) |
| | 67 | :- dynamic('$lgt_current_category_'/4). % '$lgt_current_category_'(Ctg, Prefix, Type, Synchronized) |
| | 68 | :- dynamic('$lgt_current_object_'/8). % '$lgt_current_object_'(Obj, Prefix, Dcl, Def, Super, Type, Synchronized, Threaded) |
| | 69 | |
| | 70 | :- dynamic('$lgt_implements_protocol_'/3). % '$lgt_implements_protocol_'(ObjOrCtg, Ptc, Scope) |
| | 71 | :- dynamic('$lgt_imports_category_'/3). % '$lgt_imports_category_'(Obj, Ctg, Scope) |
| | 72 | :- dynamic('$lgt_instantiates_class_'/3). % '$lgt_instantiates_class_'(Instance, Class, Scope) |
| | 73 | :- dynamic('$lgt_specializes_class_'/3). % '$lgt_specializes_class_'(Class, Superclass, Scope) |
| | 74 | :- dynamic('$lgt_extends_category_'/3). % '$lgt_extends_category_'(Ctg1, Ctg2, Scope) |
| | 75 | :- dynamic('$lgt_extends_object_'/3). % '$lgt_extends_object_'(Prototype, Parent, Scope) |
| | 76 | :- dynamic('$lgt_extends_protocol_'/3). % '$lgt_extends_protocol_'(Ptc1, Ptc2, Scope) |
| | 77 | |
| | 78 | :- dynamic('$lgt_complemented_object_'/4). % '$lgt_complemented_object_'(Object, Category, Dcl, Def) |