You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
When using a visitor pattern to generate classes (enums), it would be helpful to get the map of enum constants
from JDefinedClass defined so far.
I would much appreciate the introduction of a method like:
public Map<String, JEnumConstant> getEnumConstantsByName()
{ return Collections.unmodifiableMap(enumConstantsByName); }
The text was updated successfully, but these errors were encountered: