forked from javaparser/javaparser
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Jml imports (//@ import fqdn.Class;) are currently not mapped to regularly import statements (attribute isJmlModel).
Creating an own AST may be beneficial, e.g., NodeWithJmlTags is not applicable, but is very costly in the design as this requires a two new classes:
ImportDeclaration : NodeWithName<>
- JmlImportDeclaration : NodeWithJmlTags<>
- JavaImportDeclarataion
TODO Think more about.
Metadata
Metadata
Assignees
Labels
No labels