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

review: test SubstitionVisitor enum replace #1389

Merged
merged 4 commits into from
Jun 12, 2017

Conversation

pvojtechovsky
Copy link
Collaborator

No description provided.

@pvojtechovsky pvojtechovsky changed the title test SubstitionVisitor enum replace review: test SubstitionVisitor enum replace Jun 10, 2017
@Local
public EnumAccessTemplate(Enum anEmum, CtTypeReference<?> anEnum) {
this._value_ = anEmum;
this.anEnum = anEnum;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename anEmum to enumValue?

could this be created from "anEmum" directly (Reference().create(anEmum.getClass())?

@monperrus monperrus merged commit 526bf88 into INRIA:master Jun 12, 2017
@monperrus
Copy link
Collaborator

nice

@pvojtechovsky pvojtechovsky deleted the testTmplEnumReplace branch June 12, 2017 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants