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

Support all features of Java Enums #89

Open
npiguet opened this issue Jul 23, 2015 · 0 comments
Open

Support all features of Java Enums #89

npiguet opened this issue Jul 23, 2015 · 0 comments

Comments

@npiguet
Copy link
Member

npiguet commented Jul 23, 2015

Right now our Enum support is pretty weak. We only support the values part. We should really support all the features of Enum:

  • instance and static fields
  • instance and static methods
  • overridable methods by enum values
  • enum values can declare private methods
  • support the implicit methods of Enum (valueOf, ordinal, etc...)
@npiguet npiguet added this to the Version 4 milestone Jul 23, 2015
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