public class DefaultCopyQualifiedNameService extends java.lang.Object implements ICopyQualifiedNameService
ICopyQualifiedNameService. Clients might use this implementation as base class.| Constructor and Description |
|---|
DefaultCopyQualifiedNameService() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
_getQualifiedName(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EObject context) |
protected java.lang.String |
_getQualifiedName(org.eclipse.emf.ecore.EObject object,
java.lang.Void context) |
protected java.lang.String |
_getQualifiedName(java.lang.Void nullObject,
org.eclipse.emf.ecore.EObject context) |
protected java.lang.String |
_getQualifiedName(java.lang.Void nullObject,
java.lang.Void context) |
protected QualifiedName |
getFullyQualifiedName(org.eclipse.emf.ecore.EObject object) |
java.lang.String |
getQualifiedName(org.eclipse.emf.ecore.EObject it,
org.eclipse.emf.ecore.EObject context)
Compute a textual description of the selectedElement.
|
protected java.lang.String |
toFullyQualifiedName(org.eclipse.emf.ecore.EObject object) |
protected <T> java.lang.CharSequence |
toQualifiedNames(java.util.List<T> list,
org.eclipse.xtext.xbase.lib.Functions.Function1<? super T,? extends java.lang.String> toQualifiedNameFunction) |
protected java.lang.String |
toString(org.eclipse.emf.ecore.EObject it,
QualifiedName fullyQualifiedName) |
public java.lang.String getQualifiedName(org.eclipse.emf.ecore.EObject it,
org.eclipse.emf.ecore.EObject context)
ICopyQualifiedNameServicegetQualifiedName in interface ICopyQualifiedNameServiceit - The element to calculate the description for.context - The context to consider when calculating the description.protected java.lang.String _getQualifiedName(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EObject context)
protected java.lang.String _getQualifiedName(org.eclipse.emf.ecore.EObject object,
java.lang.Void context)
protected java.lang.String _getQualifiedName(java.lang.Void nullObject,
org.eclipse.emf.ecore.EObject context)
protected java.lang.String _getQualifiedName(java.lang.Void nullObject,
java.lang.Void context)
protected <T> java.lang.CharSequence toQualifiedNames(java.util.List<T> list,
org.eclipse.xtext.xbase.lib.Functions.Function1<? super T,? extends java.lang.String> toQualifiedNameFunction)
protected java.lang.String toFullyQualifiedName(org.eclipse.emf.ecore.EObject object)
protected QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject object)
protected java.lang.String toString(org.eclipse.emf.ecore.EObject it,
QualifiedName fullyQualifiedName)