Skip to content

enable to chain the acceptors with the given visitor#974

Merged
kadirayk merged 5 commits intodevelopfrom
improvevisitorux
Aug 5, 2024
Merged

enable to chain the acceptors with the given visitor#974
kadirayk merged 5 commits intodevelopfrom
improvevisitorux

Conversation

@swissiety
Copy link
Copy Markdown
Collaborator

@swissiety swissiety commented Jul 8, 2024

this would enable to use:

stmt.accept(visitor).getResult();

instead of:

stmt.accept(visitor);
visitor.getResult();
  1. remove mandatory result field + getters + setter

@swissiety swissiety added the good first issue Good for newcomers label Jul 8, 2024
@kadirayk kadirayk merged commit e8381d1 into develop Aug 5, 2024
@kadirayk kadirayk deleted the improvevisitorux branch August 5, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants