how can I determine all Types which are accessible from a certain
model-element using unqualified names and all Types which are accessible
using qualified names?
You can probably figure this out by using the
Namespace#getImportedElements() to show all the elements imported by the
namespace. Namespace#getMembers() and Namespace#getNamesOfMember() could
also be useful. .
You might also want to have a look at : Package#visibleMembers();
Hope that helps ..
- James.
"Wolfgang Roessler" <codex@magic-dreams.de> wrote in message
news:f4elo2$i7e$1@build.eclipse.org...
> Hello,
>
> how can I determine all Types which are accessible from a certain
> model-element using unqualified names and all Types which are accessible
> using qualified names?
>
> Greets
> Wolfgang
You can probably figure this out by using the
Namespace#getImportedElements() to show all the elements imported by the
namespace. Namespace#getMembers() and Namespace#getNamesOfMember() could
also be useful. .
You might also want to have a look at : Package#visibleMembers();
Hope that helps ..
- James.
"Wolfgang Roessler" <codex@magic-dreams.de> wrote in message
news:f4elo2$i7e$1@build.eclipse.org...
> Hello,
>
> how can I determine all Types which are accessible from a certain
> model-element using unqualified names and all Types which are accessible
> using qualified names?
>
> Greets
> Wolfgang