Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: make Elixir code emitter functions protected #2657

Open
jhosteny opened this issue Oct 19, 2024 · 0 comments
Open

[FEATURE]: make Elixir code emitter functions protected #2657

jhosteny opened this issue Oct 19, 2024 · 0 comments

Comments

@jhosteny
Copy link

jhosteny commented Oct 19, 2024

Make the various emit functions (e.g., emitModule) to have protected visibility instead of private.

Context (Input, Language)

Output Language: Elixir

Description

The purpose of this change is to make these functions protected, so that customized code generation can be implemented (e.g., here).

Current Behaviour / Output

The ElixirRenderer emit functions are all private.

Proposed Behaviour / Output

Allow them to be overridden in subclasses.

Solution

Make visibility protected.

Alternatives

N/A

Context

N/A

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

No branches or pull requests

1 participant