Class UncopiedElement
java.lang.Object
net.ssehub.easy.varModel.model.rewrite.UncopiedElement
Containes description over elements which could not be copied by the
ProjectCopyVisitor.- Author:
- El-Sharkawy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUncopiedElement(ContainableModelElement originalElement) Constructor for a containable model element.Constructor for anUncopiedElementsContainer.UnresolvedAnnotationAssignment.Constructor for anUncopiedElementsContainer.UnresolvedSyntaxContainer. -
Method Summary
Modifier and TypeMethodDescriptionReturns a default description of the element, using all the other getters.getName()The name of the element, which could not be copied.The name of the parent.getType()Returns the type (class), which could not be copied.The element itself, whoch could not be copied.toString()
-
Field Details
-
type
-
name
-
parentName
-
uncopiedPart
-
-
Constructor Details
-
UncopiedElement
UncopiedElement(ContainableModelElement originalElement) Constructor for a containable model element.- Parameters:
originalElement- An element which could not be copied.
-
UncopiedElement
UncopiedElement(UncopiedElementsContainer.UnresolvedSyntaxContainer cstContainer) Constructor for anUncopiedElementsContainer.UnresolvedSyntaxContainer.- Parameters:
cstContainer- An element which could not be copied.
-
UncopiedElement
UncopiedElement(UncopiedElementsContainer.UnresolvedAnnotationAssignment assignment) Constructor for anUncopiedElementsContainer.UnresolvedAnnotationAssignment.- Parameters:
assignment- An element which could not be copied.
-
-
Method Details
-
getType
Returns the type (class), which could not be copied.- Returns:
- The type (class).
-
getName
The name of the element, which could not be copied.- Returns:
- The name of the element
-
getParentName
The name of the parent.- Returns:
- The name of the parent
-
getUncopiedPart
The element itself, whoch could not be copied. -
getDescription
Returns a default description of the element, using all the other getters.- Returns:
- A default message, which may be used for debugging.
-
toString
-