We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build-in types that we support in BONc and Beetlz must be well-defined and identical across both tools.
We do not have a static diagram describing the complete interfaces of all of these classes.
At the moment, Beetlz generates this hierarchy of Java classes:
Moreover, some of these classes, when generated to Java, are parameterized properly (e.g., List), and others are not (the rest of Substructures).
The text was updated successfully, but these errors were encountered:
fintanf
No branches or pull requests
The build-in types that we support in BONc and Beetlz must be well-defined and identical across both tools.
We do not have a static diagram describing the complete interfaces of all of these classes.
At the moment, Beetlz generates this hierarchy of Java classes:
Moreover, some of these classes, when generated to Java, are parameterized properly (e.g., List), and others are not (the rest of Substructures).
The text was updated successfully, but these errors were encountered: