Skip to content

Detect constructors #6

Description

@DanielMSchmidt

In Objective-C - (id) init indicates a constructor. We should have a constructor flag in the output.

We could also think about detecting it by type (id) and name (init*) to support initWithPropertyFoo(...) syntaxes which follow best practices. This would allow clients to generate code more intelligently.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions