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