Skip to content

A way to create a class that implements a visitor interface #3

Description

@Rekkonnect

I think it would be useful to be able to define a class that would have the implementation methods of the interface automatically generated. It would be configurable like so:

  • abstract, virtual or not
  • throwing NotImplementedException or returning the default value, if non-void

The generator could also optionally avoid implementing methods that are already present in the definition.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions