| Interface | Description |
|---|---|
| ICopyQualifiedNameService |
Service to provide a description of the selected object such as a fully qualified name for a class or the method
signature.
|
| IQualifiedNameConverter |
Converts
QualifiedNames to strings and back. |
| IQualifiedNameProvider |
Provides qualified names for EObjects.
|
| Class | Description |
|---|---|
| DefaultCopyQualifiedNameService |
Default implementation for
ICopyQualifiedNameService. |
| DefaultDeclarativeQualifiedNameProvider |
Computes the fully qualified name of an EObject by first invoking a method
QualifiedName qualifiedName(MyType ele)reflectively. |
| IQualifiedNameConverter.DefaultImpl | |
| IQualifiedNameProvider.AbstractImpl | |
| QualifiedName |
A datatype for dealing with qualified names.
|
| QualifiedName.Builder |
The Builder allows to create instances of QualifiedName in a slightly
more efficient way by pre-allocating the underlying data for a known
length.
|
| SimpleNameProvider |