Class: CommentExtractor::Extractor::Class

Inherits:
CommentExtractor::Extractor show all
Includes:
CommentExtractor::Extractor::Concerns::SlashExtractor
Defined in:
lib/comment_extractor/extractor/class.rb

Constant Summary

Constants included from CodeObject::Comment::Type

CodeObject::Comment::Type::BLOCK_COMMENT, CodeObject::Comment::Type::ONE_LINER_COMMENT

Constants inherited from CommentExtractor::Extractor

REGEXP, SCHAME_ACCESSOR_NAMES

Instance Attribute Summary

Attributes inherited from CommentExtractor::Extractor

#code_objects, #content

Method Summary

Methods included from CommentExtractor::Extractor::Concerns::SimpleExtractor

attr_definition, included, #scan

Methods inherited from CommentExtractor::Extractor

disable!, disabled?, #extract_comments, #initialize, schema, schema_accessor

Constructor Details

This class inherits a constructor from CommentExtractor::Extractor