Class: Objc2swiftAssistant::CategoryImplRecognizer
- Inherits:
-
CodeRecognizer
- Object
- CodeRecognizer
- Objc2swiftAssistant::CategoryImplRecognizer
- 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
-
#initialize ⇒ CategoryImplRecognizer
constructor
A new instance of CategoryImplRecognizer.
Methods inherited from CodeRecognizer
Constructor Details
#initialize ⇒ CategoryImplRecognizer
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 |