Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document method_table
  • Loading branch information
moritz committed Feb 20, 2015
1 parent 471e680 commit e354b41
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/Type/Metamodel/MethodContainer.pod
Expand Up @@ -44,10 +44,17 @@ If C<:local> is set, only methods declared directly in the class are returned.
The returned list contains objects of type L<Method>, which you can
use to introspect their signatures and call them.
=head2 method method_table
method method_table(Metamodel::MethodContainer:D: $obj) returns Hash:D
Returns a hash where the keys are method names, and the values are
L<methods|/type/Method>. Note that the keys are the names by which the methods
can be called, not necessarily the names by which the methods know themselves.
=begin comment
TODO: method_table, submethod_table, declares_method, lookup, cache,
cache_get, cache_add
TODO: submethod_table, declares_method, lookup, cache, cache_get, cache_add
=end comment
Expand Down

0 comments on commit e354b41

Please sign in to comment.