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