Class UtilNamedElementImpl
java.lang.Object
tools.mdsd.jamopp.parser.implementation.helper.UtilNamedElementImpl
- All Implemented Interfaces:
UtilNamedElement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNameToNameSpace
(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement) void
addNameToNameSpaceAndElement
(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement, NamedElement namedElement) void
convertToNameAndSet
(org.eclipse.jdt.core.dom.ITypeBinding binding, NamedElement element) void
convertToNamespacesAndSet
(String namespaces, NamespaceAwareElement ele) void
setNameOfElement
(org.eclipse.jdt.core.dom.Name name, NamedElement namedElement)
-
Constructor Details
-
UtilNamedElementImpl
public UtilNamedElementImpl()
-
-
Method Details
-
addNameToNameSpaceAndElement
public void addNameToNameSpaceAndElement(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement, NamedElement namedElement) - Specified by:
addNameToNameSpaceAndElement
in interfaceUtilNamedElement
-
addNameToNameSpace
public void addNameToNameSpace(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement) - Specified by:
addNameToNameSpace
in interfaceUtilNamedElement
-
setNameOfElement
- Specified by:
setNameOfElement
in interfaceUtilNamedElement
-
convertToNameAndSet
public void convertToNameAndSet(org.eclipse.jdt.core.dom.ITypeBinding binding, NamedElement element) - Specified by:
convertToNameAndSet
in interfaceUtilNamedElement
-
convertToNamespacesAndSet
- Specified by:
convertToNamespacesAndSet
in interfaceUtilNamedElement
-