Abstract class representing either a method or an attribute.
<=>(other) Instance Public methods Order by singleton then name
type() Instance Public methods Type of method/attribute (class or instance)
name_prefix() Instance Public methods '::' for a class method/attribute, '#'
add_alias(an_alias, context) Instance Public methods Abstract method. Contexts
aref_prefix() Instance Public methods Prefix for aref, defined
path() Instance Public methods Path to this method for use with HTML generator
documented?() Instance Public methods A method/attribute is documented if any
markup_code() Instance Public methods Turns the method's token stream into HTML
full_name() Instance Public methods Full method/attribute name including namespace
aref() Instance Public methods HTML fragment reference for this method
Page 1 of 2