Meta Object Protocol is the API to the Object System
- Foo->meta->add_method('bar' => sub { print "Hello from Foo->bar" });
- Foo->meta->superclasses;
- Foo->meta->compute_all_applicable_methods;
- Foo->meta->find_all_methods_by_name($method_name);
| Møøse |
| Copyright © 2006 Stevan Little |