Java import declarations [JLS14:7.5].
This is a product type introduced by fty::defprod.
We capture import declarations via a flag saying whether the import is static or not and a string for the name of the imported entity. The string may end with a dot and a star, in which case it captures an on-demand import.