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

Enable modeling of technology-specific enumeration types #8

Open
frademacher opened this issue Sep 11, 2020 · 0 comments
Open

Enable modeling of technology-specific enumeration types #8

frademacher opened this issue Sep 11, 2020 · 0 comments
Labels
enhancement New feature or request technology modeling Issue concerns technology modeling with LEMMA

Comments

@frademacher
Copy link
Collaborator

Currently, LEMMA enables the modeling of technology-specific primitive, structured, and list types. Technology-specific enumeration types are not supported. However, their integration would be sensible to express technology-specific types, e.g., in the context of Java types that have a constructor for enumeration values (cf. issue #7).

Possible syntax for technology-specific enumeration types:

technology spring {
    types {
        enum type ResponseEntity;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technology modeling Issue concerns technology modeling with LEMMA
Projects
None yet
Development

No branches or pull requests

1 participant