Skip to content

JmlImportDeclaration #55

@wadoon

Description

@wadoon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions