Class: Objc2swiftAssistant::CategoryImplRecognizer

Inherits:
CodeRecognizer show all
Defined in:
lib/objc2swift_assistant/recognizers/category_recognizer.rb

Instance Attribute Summary

Attributes inherited from CodeRecognizer

#configuration, #for_root_entities, #match_region_class, #source_file_type, #start_match_regex, #voiding_match

Instance Method Summary collapse

Methods inherited from CodeRecognizer

#matches, #should_scan_file

Constructor Details

#initializeCategoryImplRecognizer

Returns a new instance of CategoryImplRecognizer.



21
22
23
# File 'lib/objc2swift_assistant/recognizers/category_recognizer.rb', line 21

def initialize( )
  super( CATEGORY_IMPLEMENTATION_REGEX, CategoryImplementationRegion, :implementation, true )
end