Class UtilNamedElementImpl
java.lang.Object
tools.mdsd.jamopp.parser.implementation.helper.UtilNamedElementImpl
- All Implemented Interfaces:
UtilNamedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNameToNameSpace(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement) voidaddNameToNameSpaceAndElement(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement, NamedElement namedElement) voidconvertToNameAndSet(org.eclipse.jdt.core.dom.ITypeBinding binding, NamedElement element) voidconvertToNamespacesAndSet(String namespaces, NamespaceAwareElement ele) voidsetNameOfElement(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:
addNameToNameSpaceAndElementin interfaceUtilNamedElement
-
addNameToNameSpace
public void addNameToNameSpace(org.eclipse.jdt.core.dom.Name name, NamespaceAwareElement namespaceElement) - Specified by:
addNameToNameSpacein interfaceUtilNamedElement
-
setNameOfElement
- Specified by:
setNameOfElementin interfaceUtilNamedElement
-
convertToNameAndSet
public void convertToNameAndSet(org.eclipse.jdt.core.dom.ITypeBinding binding, NamedElement element) - Specified by:
convertToNameAndSetin interfaceUtilNamedElement
-
convertToNamespacesAndSet
- Specified by:
convertToNamespacesAndSetin interfaceUtilNamedElement
-