class Objc2swiftAssistant::PropertyDeclarationRecognizer
Public Class Methods
new( )
click to toggle source
Calls superclass method
Objc2swiftAssistant::CodeRecognizer::new
# File lib/objc2swift_assistant/recognizers/property_declaration_recognizer.rb, line 8 def initialize( ) super( /^\s*@property/, PropertyDeclarationRegion, :all_source_files, false ) end