Class: RDoc::MetaMethod
- Inherits:
-
AnyMethod
- Object
- CodeObject
- MethodAttr
- AnyMethod
- RDoc::MetaMethod
- Defined in:
- lib/rdoc/meta_method.rb
Overview
MetaMethod represents a meta-programmed method
Constant Summary
Constants inherited from AnyMethod
Constants included from Text
Text::MARKUP_FORMAT, Text::TO_HTML_CHARACTERS
Instance Attribute Summary
Attributes inherited from AnyMethod
#c_function, #calls_super, #dont_rename_initialize, #params
Attributes inherited from MethodAttr
#aliases, #arglists, #block_params, #call_seq, #is_alias_for, #name, #param_seq, #params, #singleton, #text, #visibility
Attributes inherited from CodeObject
#comment, #document_children, #document_self, #done_documenting, #file, #force_documentation, #line, #metadata, #parent, #received_nodoc, #section, #store, #viewer
Attributes included from Text
Method Summary
Methods inherited from AnyMethod
#add_alias, #aref_prefix, #arglists, #call_seq, #call_seq=, #initialize, #is_alias_for, #marshal_dump, #marshal_load, #name, #param_list, #param_seq, #store=, #superclass_method
Methods included from TokenStream
#add_token, #add_tokens, #collect_tokens, #pop_token, to_html, #token_stream, #tokens_to_s
Methods inherited from MethodAttr
#<=>, #==, #add_alias, #add_line_numbers, #aref, #aref_prefix, #documented?, #find_method_or_attribute, #find_see, #full_name, #html_name, #initialize, #initialize_copy, #initialize_visibility, #inspect, #markup_code, #name_prefix, #output_name, #parent_name, #path, #pretty_name, #pretty_print, #search_record, #see, #store=, #to_s, #type
Methods inherited from CodeObject
#display?, #documented?, #each_parent, #file_name, #full_name=, #ignore, #ignored?, #initialize, #initialize_visibility, #options, #parent_file_name, #parent_name, #record_location, #start_doc, #stop_doc, #suppress, #suppressed?
Methods included from Generator::Markup
#aref_to, #as_href, #cvs_url, #description, #formatter
Methods included from Text
encode_fallback, #expand_tabs, #flush_left, #markup, #normalize_comment, #parse, #snippet, #strip_hashes, #strip_newlines, #strip_stars, #to_html, #wrap
Constructor Details
This class inherits a constructor from RDoc::AnyMethod